File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 91
91
- target : i686-pc-windows-gnu
92
92
os : windows-latest
93
93
rust : nightly-i686-gnu
94
+ test_unc : 1
94
95
- target : x86_64-pc-windows-gnu
95
96
os : windows-latest
96
97
rust : nightly-x86_64-gnu
98
+ test_unc : 1
97
99
steps :
98
100
- name : Print runner information
99
101
run : uname -a
Original file line number Diff line number Diff line change 33
33
fi
34
34
35
35
if [ " ${TEST_UNC:- } " = " 1" ]; then
36
- run=" cargo build --manifest-path testcrate/Cargo.toml --target $target --target-dir \\\\ ?\\ $TEMP \\ test_unc"
37
- $run
38
- $run --release
39
- $run --features c
40
- $run --features c --release
41
- $run --features no-asm
42
- $run --features no-asm --release
43
- $run --features no-f16-f128
44
- $run --features no-f16-f128 --release
36
+ function run() {
37
+ cmd.exe /c cargo build --manifest-path testcrate/Cargo.toml --target $target --target-dir " \\\\ ?\\ %TEMP%\\ test_unc" " $@ "
38
+ }
39
+ run
40
+ run --release
41
+ run --features c
42
+ run --features c --release
43
+ run --features no-asm
44
+ run --features no-asm --release
45
+ run --features no-f16-f128
46
+ run --features no-f16-f128 --release
45
47
fi
46
48
47
49
if [ -d /builtins-target ]; then
You can’t perform that action at this time.
0 commit comments