Add Cirrus-CI
This commit is contained in:
parent
00e10f12ce
commit
4645479b83
1 changed files with 13 additions and 0 deletions
13
library/stdarch/.cirrus.yml
Normal file
13
library/stdarch/.cirrus.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
task:
|
||||
name: x86_64-unknown-freebsd
|
||||
freebsd_instance:
|
||||
image: freebsd-12-0-release-amd64
|
||||
setup_script:
|
||||
- pkg install -y curl
|
||||
- curl https://sh.rustup.rs -sSf --output rustup.sh
|
||||
- sh rustup.sh --default-toolchain nightly -y
|
||||
- . $HOME/.cargo/env
|
||||
- rustup default nightly
|
||||
test_script:
|
||||
- . $HOME/.cargo/env
|
||||
- cargo build --all
|
||||
Loading…
Add table
Add a link
Reference in a new issue