travis: Add Windows build (#97)

This commit is contained in:
William Woodruff 2019-10-24 01:40:21 -04:00 committed by GitHub
parent 67a09499bf
commit b4e2695921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,13 @@ jobs:
- <<: *__build_stage_script
os: osx
compiler: clang
- stage: build
os: windows
language: cpp
script:
- mkdir build && cd build
- cmake -G "Visual Studio 15 2017 Win64" ..
- cmake --build .
env:
global: