Continuous Integration: Enable 64 bit build.

This commit is contained in:
Qian Hong
2016-05-22 15:55:53 +08:00
parent 6cbcc7fbeb
commit 022f74b744

View File

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