re-add windows to CI pipeline just allow fail

This commit is contained in:
Jeff Becker 2019-11-05 07:40:12 -05:00
parent d50e25d05d
commit defc12734d
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,12 @@ matrix:
dist: xenial
compiler: clang
env: BUILD_TYPE=Release
- name: "native windows debug"
os: windows
env: BUILD_TYPE=Debug
- name: "native windows release"
os: windows
env: BUILD_TYPE=Release
- name: "make debug (macOS/clang)"
os: osx
osx_image: xcode10.2