File tree Expand file tree Collapse file tree 2 files changed +20
-13
lines changed
Expand file tree Collapse file tree 2 files changed +20
-13
lines changed Original file line number Diff line number Diff line change 1212jobs :
1313
1414 # FIXME: We're having a linker error wrt. Catch2 on Windows with MSVC
15- # windows-msvc:
16- # name: "Windows - MSVC"
17- # runs-on: windows-latest
18- # steps:
19- # - uses: actions/checkout@v4
20- # - name: Install dependencies
21- # run: choco install ninja
22- # - name: configure
23- # run: cmake --preset windows-cl-release
24- # - name: build
25- # run: cmake --build --preset windows-cl-release
26- # - name: test
27- # run: ctest --preset windows-cl-release -VV
15+ windows-msvc :
16+ name : " Windows - MSVC"
17+ runs-on : windows-latest
18+ steps :
19+ - uses : actions/checkout@v4
20+ - name : Install dependencies
21+ run : choco install ninja
22+ - name : configure
23+ run : cmake --preset windows-cl-release
24+ - name : build
25+ run : cmake --build --preset windows-cl-release
26+ - name : test
27+ run : ctest --preset windows-cl-release -VV
2828
2929 ubuntu24-clang :
3030 name : " Ubuntu Linux - Clang ${{ matrix.clang_version }}"
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json" ,
3+ "builtin-baseline" : " 80403036a665cb8fcc1a1b3e17593d20b03b2489" ,
4+ "dependencies" : [
5+ { "name" : " catch2" , "version>=" : " 3.4.0" }
6+ ]
7+ }
You can’t perform that action at this time.
0 commit comments