Skip to content

Commit

Permalink
CI: running all on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Nov 23, 2023
1 parent 7446da8 commit feb67dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
runs-on: [ubuntu-latest, macos-latest, windows-latest]
include:
- runs-on: ubuntu-latest
config: -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=1
- runs-on: macos-latest
config: -DCMAKE_BUILD_TYPE=Release -DBUILD_ALL=1
- runs-on: macos-latest
config: -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=1
- runs-on: windows-latest
config: -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=1 -G Ninja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
run: pytest

- name: Run Python tests
if: runner.os == 'macOS'
if: runner.os == 'linux'
working-directory: docs/examples
run: |
python S2.py --check
Expand All @@ -91,6 +91,6 @@ jobs:
python structure.py --check
- name: Build doxygen-docs (error on warning)
if: runner.os == 'macOS'
if: runner.os == 'linux'
working-directory: build
run: make docs

0 comments on commit feb67dd

Please sign in to comment.