Skip to content

Commit

Permalink
Update ci_build.yml
Browse files Browse the repository at this point in the history
Removed macOS from build
  • Loading branch information
fcdimitr authored Apr 1, 2021
1 parent 258ad15 commit bc50a21
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,22 @@ jobs:
name: Linux_Testlog
path: build/linux-logs/testlog.txt

macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
with:
python-version: '3.x'
- run: brew install gcc
- run: pip install -r requirements.txt
- run: meson setup build
env:
CXX: g++
- run: meson test -C build -v
- run: python python/demo.py
- uses: actions/upload-artifact@v1
if: failure()
with:
name: MacOS_Testlog
path: build/macos-logs/testlog.txt
# macos:
# runs-on: macos-latest
# steps:
# - uses: actions/checkout@v1
# - uses: actions/setup-python@v1
# with:
# python-version: '3.x'
# - run: brew install gcc
# - run: pip install -r requirements.txt
# - run: meson setup build
# env:
# CXX: g++
# - run: meson test -C build -v
# - run: python python/demo.py
# - uses: actions/upload-artifact@v1
# if: failure()
# with:
# name: MacOS_Testlog
# path: build/macos-logs/testlog.txt

0 comments on commit bc50a21

Please sign in to comment.