Skip to content

Commit

Permalink
Add Cirrus-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Aug 13, 2019
1 parent 8ede844 commit de9a8ae
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit de9a8ae

Please sign in to comment.