Skip to content

Commit

Permalink
simplify windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Oct 12, 2023
1 parent e1da14f commit de3c93c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
post-cleanup: all
create-args: |
matplotlib
sel(win): clang_win-64
- name: Export version of this library
run: |
Expand All @@ -51,15 +50,13 @@ jobs:
if: runner.os != 'Windows'
run: cmake -G Ninja -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_ALL=1

- name: Configure using CMake
if: runner.os == 'Windows'
run: cmake -G Ninja -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_ALL=1 -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++

- name: Build C++
if: runner.os != 'Windows'
working-directory: build
run: cmake --build .

- name: Run C++
if: runner.os != 'Windows'
working-directory: build
run: ctest --output-on-failure

Expand All @@ -75,5 +72,6 @@ jobs:
python examples/overview/overview.py
- name: Build doxygen-docs (error on warning)
if: runner.os != 'Windows'
working-directory: build
run: cmake --build . --target html

0 comments on commit de3c93c

Please sign in to comment.