Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-16 19:24:40 +01:00
parent 63e3541493
commit 347565bb80

View File

@ -18,7 +18,7 @@ jobs:
- name: Build and run
run: |
cmake -DBUILD_TESTS=ON ./
MSBuild etl.sln /property:Configuration=Debug
MSBuild etl.sln /property:Configuration=Debug /p:Platform="Win32"
./etl.exe
build-visual-studio-no-stl:
@ -32,5 +32,5 @@ jobs:
- name: Build and run
run: |
cmake -DBUILD_TESTS=ON ./
MSBuild etl.sln /property:Configuration=DebugNoSTL
MSBuild etl.sln /property:Configuration=DebugNoSTL /p:Platform="Win32"
./etl.exe