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 @@ -17,21 +17,23 @@ jobs:
1717 rust_lint_toolchain : nightly-2020-07-12
1818 rust_flags : ' '
1919 rust_features : ' '
20- rust_target_check : ' '
21- rust_target_build : ' '
20+ rust_target_check : ' aarch64-unknown-linux-gnu aarch64-unknown-linux-musl '
21+ rust_target_build : ' x86_64-unknown-linux-musl i686-unknown-linux-musl '
2222 rust_target_run : ' '
2323 matrix :
2424 windows :
2525 imageName : ' windows-latest'
2626 rust_target_run : ' x86_64-pc-windows-msvc i686-pc-windows-msvc x86_64-pc-windows-gnu'
2727 mac0 :
2828 imageName : ' macos-latest'
29+ rust_target_build : ' x86_64-unknown-linux-musl i686-unknown-linux-musl aarch64-apple-ios'
2930 rust_target_run : ' x86_64-apple-darwin'
3031 mac1 :
3132 imageName : ' macos-latest'
3233 rust_toolchain : nightly
3334 rust_features : ' ;nightly'
35+ rust_target_build : ' x86_64-unknown-linux-musl i686-unknown-linux-musl aarch64-apple-ios'
3436 rust_target_run : ' x86_64-apple-darwin'
3537 linux :
3638 imageName : ' ubuntu-latest'
37- rust_target_run : ' x86_64-unknown-linux-gnu i686-unknown-linux-gnu x86_64-unknown-linux-musl i686-unknown-linux-musl aarch64-unknown-linux-gnu aarch64-unknown-linux-musl '
39+ rust_target_run : ' x86_64-unknown-linux-gnu i686-unknown-linux-gnu x86_64-unknown-linux-musl i686-unknown-linux-musl'
You can’t perform that action at this time.
0 commit comments