File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,8 @@ environment:
15
15
secure : q8Wqx0brgfpOYFQqWauvucE2h0o1WYb41a3gKaCKV9QiE4eTz6qLNlqyC3mdsp4Q
16
16
branches :
17
17
only :
18
- # - master
19
- # - auto
20
- - ci-appvoyer
18
+ - master
19
+ - auto
21
20
22
21
install :
23
22
# If this is a PR and we're not allowed to test PRs, skip the whole build.
@@ -72,7 +71,3 @@ build: false
72
71
73
72
test_script :
74
73
- cargo build --release --target %TARGET% %FEATURES%
75
- - cargo test --release -p rustup-dist --target %TARGET%
76
- - cargo test --release --target %TARGET% %FEATURES%
77
- - if defined BUILD_MSI pushd src\rustup-win-installer && cargo build --release --target %TARGET% & popd
78
- - if defined BUILD_MSI pushd src\rustup-win-installer\msi && powershell .\build.ps1 -Target %TARGET% & popd
You can’t perform that action at this time.
0 commit comments