Add VS2019 configuration to Github CI

This commit is contained in:
John Wellbelove 2020-10-01 18:07:40 +01:00
parent ded6aed473
commit 37c5625387

View File

@ -16,11 +16,11 @@ jobs:
with:
submodules: recursive
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.1
- name: Build and run
run: |
cmake -G "Visual Studio 16 2019" -D BUILD_TESTS=ON ./
cd test
ls
make -f makefile.txt
nmake