Add VS2019 configuration to Github CI

This commit is contained in:
John Wellbelove 2020-10-01 17:44:29 +01:00
parent 29aa68326e
commit 9f2bfa17a6

View File

@ -18,9 +18,8 @@ jobs:
- name: Build and run
run: |
cmake.exe --help
cmake -G "Visual Studio 16 2019" -D BUILD_TESTS=ON ./
# make
make
# - name: Run tests
# run: ./test/etl_tests