Add VS2019 configuration to Github CI

This commit is contained in:
John Wellbelove 2020-10-01 17:55:27 +01:00
parent e354178718
commit 24d7f467b8

View File

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