Move i686-unknown-freebsd builds from Travis to BuildBot

This commit is contained in:
Alan Somers 2017-07-29 18:40:13 -06:00
parent 7cecf7fc6c
commit ec6fe0629d
2 changed files with 7 additions and 4 deletions

View File

@ -86,9 +86,11 @@ matrix:
os: osx
# *BSD
- env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
rust: 1.13.0
# - env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1 # Uses BuildBot instead
# FreeBSD i686 and x86_64 use BuildBot instead of Travis
# Note that i686-unknown-freebsd is actually using stable Rust instead of
# 1.13.0 because rustup does not support i686-unknown-freebsd
# - env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
# - env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1
- env: TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1
rust: 1.13.0

View File

@ -1,6 +1,7 @@
# Gate on Travis CI and Buildbot
status = ["continuous-integration/travis-ci/push",
"buildbot/nix-rust/nix amd64_fbsd11"]
"buildbot/nix-rust/nix amd64_fbsd11",
"buildbot/nix-rust/nix i386_fbsd11"]
# Set bors's timeout to 4 hours
#