re-add windows to CI pipeline just allow fail

pull/903/head
Jeff Becker 5 years ago
parent d50e25d05d
commit defc12734d
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -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

Loading…
Cancel
Save