Add VS2019 configuration to Github CI

This commit is contained in:
John Wellbelove 2020-10-01 18:02:57 +01:00
parent 24d7f467b8
commit ded6aed473

View File

@ -19,6 +19,7 @@ jobs:
- name: Build and run
run: |
cmake -G "Visual Studio 16 2019" -D BUILD_TESTS=ON ./
cd test
ls
make -f makefile.txt