Skip to content

Commit 1f3e2ab

Browse files
committed
Add FreeBSD 14 CI
1 parent a8d7606 commit 1f3e2ab

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.cirrus.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,17 @@ task:
4040
- . $HOME/.cargo/env
4141
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
4242
- sh ci/run.sh x86_64-unknown-freebsd
43+
44+
task:
45+
name: nightly x86_64-unknown-freebsd-14
46+
freebsd_instance:
47+
image: freebsd-14-0-current-amd64-v20211111
48+
setup_script:
49+
- pkg install -y curl
50+
- curl https://sh.rustup.rs -sSf --output rustup.sh
51+
- sh rustup.sh -y --default-toolchain nightly --profile=minimal
52+
- . $HOME/.cargo/env
53+
test_script:
54+
- . $HOME/.cargo/env
55+
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
56+
- sh ci/run.sh x86_64-unknown-freebsd

0 commit comments

Comments
 (0)