Add VS2019 configuration to Github CI

This commit is contained in:
John Wellbelove 2020-10-01 17:19:46 +01:00
parent 845d6902f1
commit 331513c3e0

View File

@ -6,16 +6,13 @@ on:
branches: [ master ]
jobs:
build-windows-vs2019:
name: Windows VS2019 Debug
runs-on: [windows-latest]
steps:
- name: Build and run
run: |
cmake.exe --help
- name: Build and run
run: cmake.exe --help
# export CC=msvc
# export CXX=msvc
# cmake -D BUILD_TESTS=ON ./