Skip to content
Snippets Groups Projects
Commit 9eca4685 authored by Alex Crichton's avatar Alex Crichton
Browse files

Another?

parent 3fffd104
No related branches found
No related tags found
No related merge requests found
language: rust
sudo: required
# rust:
sudo: false
rust:
# - 1.0.0
# - beta
# - nightly
services:
- docker
- nightly
# services:
# - docker
script:
- sh ci/run-travis.sh
# os:
# - linux
# - osx
env:
# - ARCH=i686
# - ARCH=x86_64
matrix:
include:
matrix:
# - ARCH=i686
- ARCH=x86_64
global:
secure: Zh+dsvtjyhRKki3nA+x9FlUEszs6qswMSg1xnkihLbWjrNQhPRcfZXux2LoRbh4A7RtrlDU0Bzga9G7uuNlouALqeAqSbUVBmctjrOrWnKnhHmYQkYa8XBTR90rSn+37sLyinnGSFRIrOM5sc3dTZGlGmjNWwp+Kf8oj9T2SS7w=
# matrix:
# include:
# - os: linux
# env: TARGET=arm-linux-androideabi
# rust: nightly-2015-09-08
......@@ -28,15 +31,10 @@ matrix:
# - os: linux
# env: TARGET=mips-unknown-linux-gnu
# rust: nightly-2015-09-08
- os: linux
env:
- TARGET=DOX
- secure: Zh+dsvtjyhRKki3nA+x9FlUEszs6qswMSg1xnkihLbWjrNQhPRcfZXux2LoRbh4A7RtrlDU0Bzga9G7uuNlouALqeAqSbUVBmctjrOrWnKnhHmYQkYa8XBTR90rSn+37sLyinnGSFRIrOM5sc3dTZGlGmjNWwp+Kf8oj9T2SS7w=
rust: nightly
addons:
apt:
packages:
- gcc-multilib
# addons:
# apt:
# packages:
# - gcc-multilib
notifications:
email:
on_success: never
......@@ -11,9 +11,7 @@ export HOST=$ARCH-$OS
MAIN_TARGETS=https://static.rust-lang.org/dist
EXTRA_TARGETS=https://people.mozilla.org/~acrichton/libc-test/2015-09-08
if [ "$TARGET" = "DOX" ]; then
exec sh ci/dox.sh
elif [ "$TARGET" = "arm-linux-androideabi" ]; then
if [ "$TARGET" = "arm-linux-androideabi" ]; then
# Pull a pre-built docker image for testing android, then run tests entirely
# within that image.
docker pull alexcrichton/rust-libc-test
......@@ -54,3 +52,9 @@ fi
mkdir .cargo
cp ci/cargo-config .cargo/config
sh ci/run.sh $TARGET
if [ "$TARGET" = "x86_64-unknown-linux-gnu" ] && \
[ "$TRAVIS_RUST_VERSION" = "nightly" ] && \
[ "$TRAVIS_OS_NAME" = "linux" ]; then
sh ci/dox.sh
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment