Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-16 19:18:43 +01:00
parent 2c10a814e9
commit 63e3541493

View File

@ -19,6 +19,7 @@ jobs:
run: |
cmake -DBUILD_TESTS=ON ./
MSBuild etl.sln /property:Configuration=Debug
./etl.exe
build-visual-studio-no-stl:
runs-on: windows-latest
@ -30,5 +31,6 @@ jobs:
- name: Build and run
run: |
cmake -DBUILD_TESTS=ON -DNO_STL=ON ./
MSBuild etl.sln /property:Configuration=Debug
cmake -DBUILD_TESTS=ON ./
MSBuild etl.sln /property:Configuration=DebugNoSTL
./etl.exe