Test windows support in travis

pull/708/head
Michael 5 years ago
parent 78b516db4f
commit c060dfb7c8
No known key found for this signature in database
GPG Key ID: 2D51757B47E2434C

@ -1,16 +1,17 @@
language: cpp
os:
- linux
- osx
os: windows
# - linux
# - osx
# - windows
cache: ccache
dist: xenial
osx_image: xcode10.2
# dist: xenial
# osx_image: xcode10.2
compiler:
- clang
- gcc
# compiler:
# - clang
# - gcc
env:
global:
@ -18,7 +19,7 @@ env:
- STATIC_LINK=OFF
matrix:
- BUILD_TYPE=Debug
- BUILD_TYPE=Release
# - BUILD_TYPE=Release
addons:
apt:

Loading…
Cancel
Save