Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-16 19:55:16 +01:00
parent 49735baa6d
commit 6e649f98ba

View File

@ -18,8 +18,8 @@ jobs:
- name: Build and run
run: |
cmake -DBUILD_TESTS=ON ./
MSBuild etl.sln /property:Configuration=Debug /property:Platform="x86"
./etl.exe
MSBuild etl.sln /property:Configuration=Debug /property:Platform="Any CPU"
Debug/etl.exe
build-visual-studio-no-stl:
runs-on: windows-latest
@ -32,5 +32,5 @@ jobs:
- name: Build and run
run: |
cmake -DBUILD_TESTS=ON ./
MSBuild etl.sln /property:Configuration=DebugNoSTL /property:Platform="x86"
./etl.exe
MSBuild etl.sln /property:Configuration=DebugNoSTL /property:Platform="Any CPU"
DebugNoSTL/etl.exe