From 6df9e05da2ffca5fa8cc9601d86765b759ed8f99 Mon Sep 17 00:00:00 2001 From: Maxim Biro Date: Fri, 3 Mar 2017 22:52:18 -0500 Subject: Make Travis test Windows Dockerfile --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 0e56ad7b..9c6d1ef1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,6 +49,16 @@ matrix: group: deprecated-2017Q4 services: - docker + - stage: "Stage 1" + if: type IN (push, api, cron) + 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 + services: + - docker + - stage: "Stage 1" + if: type IN (push, api, cron) + 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 + services: + - docker - stage: "Stage 1" if: type IN (push, api, cron) env: JOB=toxcore ENV=freebsd -- cgit v1.2.3