File tree Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 21
21
matrix :
22
22
target :
23
23
- x86_64-pc-windows-msvc
24
+ - aarch64-pc-windows-msvc # skip-pr skip-stable
24
25
- x86_64-pc-windows-gnu # skip-pr
25
26
include :
26
27
- target : x86_64-pc-windows-gnu
29
30
- target : i686-pc-windows-gnu
30
31
mingwdir : mingw32
31
32
mingw : https://ci-mirrors.rust-lang.org/rustc/i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
32
- - target : aarch64-pc-windows-msvc
33
- skip_tests : yes
33
+ - target : aarch64-pc-windows-msvc # skip-pr skip-stable
34
+ skip_tests : yes # skip-pr skip-stable
34
35
steps :
35
36
- uses : actions/checkout@v2
36
37
# v2 defaults to a shallow checkout, but we need at least to the previous tag
Original file line number Diff line number Diff line change 26
26
- target : i686-pc-windows-gnu
27
27
mingwdir : mingw32
28
28
mingw : https://ci-mirrors.rust-lang.org/rustc/i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
29
- - target : aarch64-pc-windows-msvc
30
- skip_tests : yes
31
29
steps :
32
30
- uses : actions/checkout@v2
33
31
# v2 defaults to a shallow checkout, but we need at least to the previous tag
Original file line number Diff line number Diff line change 29
29
- target : i686-pc-windows-gnu
30
30
mingwdir : mingw32
31
31
mingw : https://ci-mirrors.rust-lang.org/rustc/i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
32
- - target : aarch64-pc-windows-msvc
33
- skip_tests : yes
34
32
steps :
35
33
- uses : actions/checkout@v2
36
34
# v2 defaults to a shallow checkout, but we need at least to the previous tag
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ system.
67
67
| x86_64-pc-windows-gnu | No | One | No | Yes |
68
68
| i686-pc-windows-msvc | No | One | No | No |
69
69
| i686-pc-windows-gnu | No | One | No | No |
70
+ | aarch64-pc-windows-msvc | Yes | Two | No | Yes |
70
71
71
72
We also have a clippy/shellcheck target which runs on x86_64 linux and is
72
73
run in all cases. It does a ` cargo fmt ` check, a ` cargo clippy ` check on the
Original file line number Diff line number Diff line change 28
28
target :
29
29
- x86_64-pc-windows-msvc
30
30
- i686-pc-windows-msvc # skip-pr skip-master
31
- - aarch64-pc-windows-msvc # skip-pr skip-master skip- stable
31
+ - aarch64-pc-windows-msvc # skip-pr skip-stable
32
32
- x86_64-pc-windows-gnu # skip-pr
33
33
- i686-pc-windows-gnu # skip-pr skip-master
34
34
include :
38
38
- target : i686-pc-windows-gnu
39
39
mingwdir : mingw32
40
40
mingw : https://ci-mirrors.rust-lang.org/rustc/i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
41
- - target : aarch64-pc-windows-msvc
42
- skip_tests : yes
41
+ - target : aarch64-pc-windows-msvc # skip-pr skip-stable
42
+ skip_tests : yes # skip-pr skip-stable
43
43
steps :
44
44
- uses : actions/checkout@v2
45
45
# v2 defaults to a shallow checkout, but we need at least to the previous tag
You can’t perform that action at this time.
0 commit comments