blob: 47807ab0a7c6178dd6771223271125d018fa06b5 [file] [log] [blame]
Alan Somerse88e6b92018-12-07 13:03:59 -07001task:
gnzlbg7437d0a2019-05-16 14:53:51 +02002 name: stable x86_64-unknown-freebsd-11
3 freebsd_instance:
4 image: freebsd-11-2-release-amd64
Alan Somerse88e6b92018-12-07 13:03:59 -07005 setup_script:
6 - pkg install -y curl
7 - curl https://sh.rustup.rs -sSf --output rustup.sh
8 - sh rustup.sh -y
gnzlbg5653a602019-05-16 16:33:39 +02009 - . $HOME/.cargo/env
10 - rustup default stable
Alan Somerse88e6b92018-12-07 13:03:59 -070011 test_script:
12 - . $HOME/.cargo/env
gnzlbg5653a602019-05-16 16:33:39 +020013 - sh ci/run.sh x86_64-unknown-freebsd
gnzlbg7437d0a2019-05-16 14:53:51 +020014
gnzlbg5653a602019-05-16 16:33:39 +020015task:
gnzlbg7437d0a2019-05-16 14:53:51 +020016 name: nightly x86_64-unknown-freebsd-12
17 freebsd_instance:
18 image: freebsd-12-0-release-amd64
gnzlbg5653a602019-05-16 16:33:39 +020019 setup_script:
20 - pkg install -y curl
21 - curl https://sh.rustup.rs -sSf --output rustup.sh
gnzlbg7437d0a2019-05-16 14:53:51 +020022 - sh rustup.sh --default-toolchain nightly -y
gnzlbg5653a602019-05-16 16:33:39 +020023 - . $HOME/.cargo/env
24 - rustup default nightly
25 test_script:
26 - . $HOME/.cargo/env
27 - sh ci/run.sh x86_64-unknown-freebsd