more travis config tweaks

pull/959/head
Jeff Becker 5 years ago
parent 35d7a296bc
commit 277a238fbf
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -92,7 +92,18 @@ matrix:
dist: xenial
env: DOCKER_FILE=docker/gcc-trunk.Dockerfile
services: docker
- name: "native windows debug"
os: windows
env: BUILD_TYPE=Debug
- name: "native windows release"
os: windows
env: BUILD_TYPE=Release
allow_failures:
- name: "make windows docker image"
os: linux
dist: xenial
env: DOCKER_FILE=docker/alpine-windows.Dockerfile
services: docker
- name: "native windows debug"
os: windows
env: BUILD_TYPE=Debug

Loading…
Cancel
Save