Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-16 19:27:45 +01:00
parent 347565bb80
commit 49735baa6d

View File

@ -18,7 +18,7 @@ jobs:
- name: Build and run
run: |
cmake -DBUILD_TESTS=ON ./
MSBuild etl.sln /property:Configuration=Debug /p:Platform="Win32"
MSBuild etl.sln /property:Configuration=Debug /property:Platform="x86"
./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 /p:Platform="Win32"
MSBuild etl.sln /property:Configuration=DebugNoSTL /property:Platform="x86"
./etl.exe