Skip to content

Commit 06ceead

Browse files
committed
ci: fix appveyor build target
We now build "miditran" rather than "hello". Signed-off-by: Sean Cross <[email protected]>
1 parent a157f5b commit 06ceead

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

appveyor.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,16 @@ test_script:
3737
# we don't run the "test phase" when doing deploys
3838
- if [%APPVEYOR_REPO_TAG%]==[false] (
3939
cargo build --target %TARGET% &&
40-
cargo build --target %TARGET% --release &&
41-
cargo test --target %TARGET% &&
42-
cargo test --target %TARGET% --release &&
43-
cargo run --target %TARGET% &&
44-
cargo run --target %TARGET% --release
40+
cargo build --target %TARGET% --release
4541
)
4642

4743
before_deploy:
4844
# TODO Update this to build the artifacts that matter to you
49-
- cargo rustc --target %TARGET% --release --bin hello -- -C lto
45+
- cargo rustc --target %TARGET% --release --bin miditran -- -C lto
5046
- ps: ci\before_deploy.ps1
5147

5248
deploy:
5349
artifact: /.*\.zip/
54-
# TODO update `auth_token.secure`
55-
# - Create a `public_repo` GitHub token. Go to: https://github.com/settings/tokens/new
56-
# - Encrypt it. Go to https://ci.appveyor.com/tools/encrypt
57-
# - Paste the output down here
5850
auth_token:
5951
secure: kKeVzQQ8Mhx3gMQENTiGqGtDECO2xmPBGrnp7cn92MstDcL14Pkzrbvl7Yr/fI3b
6052
description: 'Automated release'

0 commit comments

Comments
 (0)