Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-16 15:45:58 +01:00
parent 8e154a75ce
commit 4b485bc038

View File

@ -17,7 +17,7 @@ jobs:
- name: Build and run
run: |
cmake -DENABLE_TESTS=ON ./
cmake -DBUILD_TESTS=ON ./
MSBuild etl.sln
build-visual-studio-no-stl:
@ -30,5 +30,5 @@ jobs:
- name: Build and run
run: |
cmake -DENABLE_TESTS=ON -DNO_STL=ON ./
cmake -DBUILD_TESTS=ON -DNO_STL=ON ./
MSBuild etl.sln