1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Merge pull request #1469 from rivy/fix.cirrus-ci

maint/CICD ~ fix FreeBSD build on Cirrus CI
This commit is contained in:
Roy Ivy III 2020-04-07 20:09:14 -05:00 committed by GitHub
commit 6a723afa62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,11 @@
freebsd_instance:
image: freebsd-12-0-release-amd64
task:
name: stable x86_64-unknown-freebsd
name: stable x86_64-unknown-freebsd-12
freebsd_instance:
image: freebsd-12-1-release-amd64
setup_script:
- pkg install -y curl gmake
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh -y
- sh rustup.sh -y --profile=minimal
build_script:
- . $HOME/.cargo/env
- cargo build