summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2017-03-03 22:52:18 -0500
committerMaxim Biro <nurupo.contributions@gmail.com>2018-01-25 17:27:26 -0500
commit6df9e05da2ffca5fa8cc9601d86765b759ed8f99 (patch)
tree9d478618e04a65742e741d7ec63e028e3781bc27 /.travis.yml
parente672b6f09218b61248a265a9a7ce3c0d3158ff48 (diff)
Make Travis test Windows Dockerfile
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0e56ad7b..9c6d1ef1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,6 +51,16 @@ matrix:
51 - docker 51 - docker
52 - stage: "Stage 1" 52 - stage: "Stage 1"
53 if: type IN (push, api, cron) 53 if: type IN (push, api, cron)
54 env: JOB=installmd ENV=windows SUPPORT_ARCH_i686=true SUPPORT_ARCH_x86_64=false SUPPORT_TEST=true ENABLE_ARCH_i686=true ENABLE_ARCH_x86_64=false ENABLE_TEST=true ALLOW_TEST_FAILURE=true
55 services:
56 - docker
57 - stage: "Stage 1"
58 if: type IN (push, api, cron)
59 env: JOB=installmd ENV=windows SUPPORT_ARCH_i686=false SUPPORT_ARCH_x86_64=true SUPPORT_TEST=true ENABLE_ARCH_i686=false ENABLE_ARCH_x86_64=true ENABLE_TEST=true ALLOW_TEST_FAILURE=true
60 services:
61 - docker
62 - stage: "Stage 1"
63 if: type IN (push, api, cron)
54 env: JOB=toxcore ENV=freebsd 64 env: JOB=toxcore ENV=freebsd
55 dist: trusty 65 dist: trusty
56 sudo: required 66 sudo: required