Add VS2019 configuration to Github CI

This commit is contained in:
John Wellbelove 2020-10-01 17:37:05 +01:00
parent 78c5a82ffc
commit 56caea01bd

View File

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