Skip to content

Commit

Permalink
windows maybe now?
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Jan 16, 2024
1 parent af580df commit 86f2a21
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pullreq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,25 @@ jobs:
cmakeargs: -A x64
install_ninja: false
name: Windows 64bit MSVC
exe: .exe

- os: windows-latest
cmakeargs: -A x64 -DCLAP_HELPERS_TESTS_CXX_STANDARD=20
install_ninja: false
name: Windows 64bit C++20 MSVC
exe: .exe

- os: windows-latest
cmakeargs: -GNinja -DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=gcc
install_ninja: true
name: Windows gcc/minGW
exe: .exe

- os: windows-latest
cmakeargs: -GNinja -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang
install_ninja: true
name: Windows clang
exe: .exe

- os: ubuntu-latest
cmakeargs: -DCMAKE_CXX_COMPILER=g++-11 -DCMAKE_C_COMPILER=gcc-11
Expand Down Expand Up @@ -91,4 +95,4 @@ jobs:
- name: Run Tests
shell: bash
run: |
./build/clap-helpers-tests || ./build/clap-helpers-tests.exe
./build/clap-helpers-tests${{ matrix.exe }}

0 comments on commit 86f2a21

Please sign in to comment.