Skip to content

Commit

Permalink
Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf W. Grosse-Kunstleve committed Nov 9, 2022
1 parent 173516d commit 85fb1f8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/windows_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,15 @@ jobs:
uses: seanmiddleditch/gha-setup-ninja@v3

- name: Prepare env
run: |
python -m pip install -r tests/requirements.txt
- name: Show Clang version
run: clang --version
run: python -m pip install -r tests/requirements.txt

- name: Show Clang++ version
run: clang++ --version

- name: Show CMake version
run: cmake --version

- name: Configure Clang C++17
- name: Configure Clang
run: >
cmake -G Ninja -S . -B .
-DCMAKE_VERBOSE_MAKEFILE=ON
Expand All @@ -58,10 +54,10 @@ jobs:
-DCMAKE_CXX_COMPILER=clang++
-DCMAKE_CXX_STANDARD=17
- name: Build Clang C++17
- name: Build Clang
run: cmake --build . -j 2

- name: Python tests Clang C++17
- name: Python tests Clang
run: cmake --build . --target pytest -j 2

- name: Clean directory
Expand Down

0 comments on commit 85fb1f8

Please sign in to comment.