Skip to content

Commit 5e60a7b

Browse files
committed
just build for windows' target.
1 parent 3a046d1 commit 5e60a7b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

appveyor.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ environment:
1515
secure: q8Wqx0brgfpOYFQqWauvucE2h0o1WYb41a3gKaCKV9QiE4eTz6qLNlqyC3mdsp4Q
1616
branches:
1717
only:
18-
# - master
19-
# - auto
20-
- ci-appvoyer
18+
- master
19+
- auto
2120

2221
install:
2322
# If this is a PR and we're not allowed to test PRs, skip the whole build.
@@ -72,7 +71,3 @@ build: false
7271

7372
test_script:
7473
- 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

0 commit comments

Comments
 (0)