File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ task:
24
24
before_cache_script : rm -rf $CARGO_HOME/registry/index
25
25
26
26
task :
27
- name : Linux
27
+ name : Cross
28
28
container :
29
29
image : rust:1.24.1
30
30
env :
31
31
matrix :
32
- - TARGET : x86_64-unknown-linux-gnu
33
- - TARGET : i686 -unknown-linux-gnu
32
+ - TARGET : " x86_64-unknown-linux-gnu i686-unknown-linux-gnu "
33
+ - TARGET : aarch64 -unknown-linux-gnu
34
34
cargo_cache :
35
35
folder : $CARGO_HOME/registry
36
36
fingerprint_script : cat Cargo.lock || echo ""
39
39
- cat /etc/debian_version
40
40
- cat /proc/cpuinfo
41
41
- cat /proc/crypto
42
+ - sh install.sh
42
43
test_script :
43
44
- sh ci/script.sh
44
45
56
57
- cat /etc/debian_version
57
58
- cat /proc/cpuinfo
58
59
- cat /proc/crypto
60
+ - sh install.sh
59
61
test_script :
60
62
- sh ci/script.sh
You can’t perform that action at this time.
0 commit comments