blob: 448721962855619350f470d9b4a85762fd6ecf82 [file] [log] [blame]
Alan Somerse88e6b92018-12-07 13:03:59 -07001task:
Chih-Hung Hsieh0df69f42020-03-20 12:10:13 -07002 name: nightly x86_64-unknown-freebsd-10
gnzlbg7437d0a2019-05-16 14:53:51 +02003 freebsd_instance:
Chih-Hung Hsieh0df69f42020-03-20 12:10:13 -07004 image: freebsd-10-4-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
Chih-Hung Hsieh0df69f42020-03-20 12:10:13 -07008 - sh rustup.sh --default-toolchain nightly -y --profile=minimal
9 - . $HOME/.cargo/env
10 - rustup default nightly
11 test_script:
12 - . $HOME/.cargo/env
13 - LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
14
15task:
16 name: stable x86_64-unknown-freebsd-11
17 freebsd_instance:
Haibo Huangb3092462020-07-31 12:48:00 -070018 image: freebsd-11-4-release-amd64
Chih-Hung Hsieh0df69f42020-03-20 12:10:13 -070019 setup_script:
20 - pkg install -y curl
21 - curl https://sh.rustup.rs -sSf --output rustup.sh
22 - sh rustup.sh -y --profile=minimal
gnzlbg5653a602019-05-16 16:33:39 +020023 - . $HOME/.cargo/env
24 - rustup default stable
Alan Somerse88e6b92018-12-07 13:03:59 -070025 test_script:
26 - . $HOME/.cargo/env
Chih-Hung Hsieh0df69f42020-03-20 12:10:13 -070027 - LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
gnzlbg5653a602019-05-16 16:33:39 +020028 - sh ci/run.sh x86_64-unknown-freebsd
Chih-Hung Hsieh0df69f42020-03-20 12:10:13 -070029
gnzlbg5653a602019-05-16 16:33:39 +020030task:
gnzlbg7437d0a2019-05-16 14:53:51 +020031 name: nightly x86_64-unknown-freebsd-12
32 freebsd_instance:
Haibo Huangaec3a8a2020-04-13 19:20:48 -070033 image: freebsd-12-1-release-amd64
gnzlbg5653a602019-05-16 16:33:39 +020034 setup_script:
35 - pkg install -y curl
36 - curl https://sh.rustup.rs -sSf --output rustup.sh
Chih-Hung Hsieh0df69f42020-03-20 12:10:13 -070037 - sh rustup.sh --default-toolchain nightly -y --profile=minimal
gnzlbg5653a602019-05-16 16:33:39 +020038 - . $HOME/.cargo/env
39 - rustup default nightly
40 test_script:
41 - . $HOME/.cargo/env
Chih-Hung Hsieh0df69f42020-03-20 12:10:13 -070042 - LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
gnzlbg5653a602019-05-16 16:33:39 +020043 - sh ci/run.sh x86_64-unknown-freebsd