From 022f74b744d2d855a05f6e17e5c0f06b34985ec1 Mon Sep 17 00:00:00 2001 From: Qian Hong Date: Sun, 22 May 2016 15:55:53 +0800 Subject: [PATCH] Continuous Integration: Enable 64 bit build. --- .drone.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 48656069..b31306ed 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,9 +1,8 @@ build: - image: teaci/msys32 + image: teaci/msys$$arch pull: true - shell: msys32 + shell: msys$$arch commands: - - export RUNTEST=$$runtest - ./ci-build.sh notify: @@ -16,7 +15,7 @@ notify: port: 6667 matrix: - runtest: - - false -# Temprorary disable matrix build to workaround irc plugin bug on wine-ci.org, see https://github.com/drone/drone/issues/1459 -# - true # allow failures + arch: + - 64 + - 32 +#FIXME: When a matrix build is done, only the build status of the last job in a matrix is sent to notification plugins, this confuses our irc plugin, see https://github.com/drone/drone/issues/1459. Github pull request Web UI status and Tea CI Web UI status works fine with matrix build.