Skip to content

Commit

Permalink
Update .cirrus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iddm committed Jan 12, 2024
1 parent d653e7e commit 3da3bc9
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions .cirrus.yml
@@ -1,22 +1,9 @@
task:
name: nightly x86_64-unknown-freebsd-12
freebsd_instance:
image: freebsd-12-2-release-amd64
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh --default-toolchain nightly -y --profile=minimal
- . $HOME/.cargo/env
test_script:
- . $HOME/.cargo/env
- cargo test --all-features

task:
name: nightly x86_64-unknown-freebsd-13
freebsd_instance:
image: freebsd-13-0-release-amd64
image_family: freebsd-13-2
setup_script:
- pkg install -y curl
- pkg install -y curl ssl
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh -y --default-toolchain nightly --profile=minimal
- . $HOME/.cargo/env
Expand All @@ -27,9 +14,9 @@ task:
task:
name: nightly x86_64-unknown-freebsd-14
freebsd_instance:
image: freebsd-14-0-current-amd64-v20220203
image_family: freebsd-14-0
setup_script:
- pkg install -y curl
- pkg install -y curl ssl
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh -y --default-toolchain nightly --profile=minimal
- . $HOME/.cargo/env
Expand Down

0 comments on commit 3da3bc9

Please sign in to comment.