1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-03 23:50:53 +02:00

giv it up, no DLL with windoof

This commit is contained in:
ClausKlein 2021-02-15 21:14:51 +01:00
parent b727eadfc7
commit d7a5e850a0
2 changed files with 5 additions and 4 deletions

View file

@ -1,3 +1,4 @@
---
name: Windows
on:
@ -25,7 +26,7 @@ jobs:
key: ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
- name: configure
run: cmake -Stest -Bbuild -G "Visual Studio 16 2019" -T ClangCL
run: cmake -Stest -Bbuild # XXX -G "Visual Studio 16 2019" -T ClangCL
- name: build
run: cmake --build build --config Debug -j4