We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ede844 commit de9a8aeCopy full SHA for de9a8ae
.cirrus.yml
@@ -0,0 +1,13 @@
1
+task:
2
+ name: x86_64-unknown-freebsd
3
+ freebsd_instance:
4
+ image: freebsd-12-0-release-amd64
5
+ setup_script:
6
+ - pkg install -y curl
7
+ - curl https://sh.rustup.rs -sSf --output rustup.sh
8
+ - sh rustup.sh --default-toolchain nightly -y
9
+ - . $HOME/.cargo/env
10
+ - rustup default nightly
11
+ test_script:
12
13
+ - cargo build --all
0 commit comments