Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-16 18:54:11 +01:00
parent 4b485bc038
commit 32b003629c

View File

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