Add VS2019 configuration to Github CI

This commit is contained in:
John Wellbelove 2020-10-01 17:32:06 +01:00
parent a5b6dc7960
commit 78c5a82ffc

View File

@ -14,9 +14,7 @@ jobs:
- name: Build and run
run: cmake.exe --help
# export CC=msvc
# export CXX=msvc
# cmake -D BUILD_TESTS=ON ./
cmake -G "Visual Studio 16 2019" -D BUILD_TESTS=ON ./
# make
# - name: Run tests