Add VS2019 configuration to Github CI

This commit is contained in:
John Wellbelove 2020-10-01 19:30:46 +01:00
parent 5d15f8fb44
commit 290f34535b

View File

@ -19,8 +19,10 @@ jobs:
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.1
- name: Build and run
- name: Build
run: |
cmake -G "Visual Studio 16 2019" -D BUILD_TESTS=ON ./
MSBuild.exe etl.sln
run: ./test/etl_tests
-name: Run tests
run: ./test/etl_tests