summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2018-12-07 13:03:59 -0700
committerAlan Somers <asomers@gmail.com>2018-12-07 13:11:09 -0700
commite88e6b99de10f360eb912ba8f3957145ce7298a6 (patch)
tree5810cec05aea5bf4464aea634efeb301436ad04c /.cirrus.yml
parentf5fa41603d1a6ca141ee1cb107ca816c7892a25b (diff)
downloadrust-libc-e88e6b99de10f360eb912ba8f3957145ce7298a6.tar.gz
Move FreeBSD testing from Travis/QEMU to Cirrus-CI
Fixes #1163
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
new file mode 100644
index 0000000000..3aa24af38a
--- /dev/null
+++ b/.cirrus.yml
@@ -0,0 +1,14 @@
+freebsd_instance:
+ image: freebsd-11-1-release-amd64
+
+task:
+ # This name gets reported as a build status in GitHub
+ name: stable x86_64-unknown-freebsd
+ setup_script:
+ - pkg install -y curl
+ - curl https://sh.rustup.rs -sSf --output rustup.sh
+ - sh rustup.sh -y
+ test_script:
+ - . $HOME/.cargo/env
+ - cd libc-test
+ - cargo test