File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change 1
- task :
2
- name : stable x86_64-unknown-freebsd
3
- freebsd_instance :
4
- image : freebsd-11-3-stable-amd64-v20190801
5
- setup_script :
6
- - pkg install -y curl
7
- - curl https://sh.rustup.rs -sSf --output rustup.sh
8
- - sh rustup.sh -y
9
- - . $HOME/.cargo/env
10
- - rustup default stable
11
- test_script :
12
- - . $HOME/.cargo/env
13
- - sh ci/run.sh x86_64-unknown-freebsd
14
-
15
-
16
1
task :
17
2
name : stable x86_64-unknown-freebsd-11
18
3
freebsd_instance :
26
11
test_script :
27
12
- . $HOME/.cargo/env
28
13
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
14
+ - sh ci/run.sh x86_64-unknown-freebsd
29
15
30
16
task :
31
17
name : nightly x86_64-unknown-freebsd-12
40
26
test_script :
41
27
- . $HOME/.cargo/env
42
28
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
29
+ - sh ci/run.sh x86_64-unknown-freebsd
You can’t perform that action at this time.
0 commit comments