summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorYuki Okushi <yuki.okushi@huawei.com>2021-11-17 13:16:50 +0900
committerYuki Okushi <yuki.okushi@huawei.com>2021-11-17 13:16:50 +0900
commit1f3e2ab7f68670051c58fb12beb5320e3cb8845a (patch)
tree231acff409415f61c88e5e6329f34408609ebff3 /.cirrus.yml
parenta8d7606a0257ee81105ed1fa5d8380470f21b6de (diff)
downloadrust-libc-1f3e2ab7f68670051c58fb12beb5320e3cb8845a.tar.gz
Add FreeBSD 14 CI
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
index 655f42bb48..5d70e818c6 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -40,3 +40,17 @@ task:
- . $HOME/.cargo/env
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
- sh ci/run.sh x86_64-unknown-freebsd
+
+task:
+ name: nightly x86_64-unknown-freebsd-14
+ freebsd_instance:
+ image: freebsd-14-0-current-amd64-v20211111
+ setup_script:
+ - pkg install -y curl
+ - curl https://sh.rustup.rs -sSf --output rustup.sh
+ - sh rustup.sh -y --default-toolchain nightly --profile=minimal
+ - . $HOME/.cargo/env
+ test_script:
+ - . $HOME/.cargo/env
+ - LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
+ - sh ci/run.sh x86_64-unknown-freebsd