Skip to content

Commit

Permalink
appveyor: disable debug phrase and fix run
Browse files Browse the repository at this point in the history
Because run never stops.
  • Loading branch information
sorpaas committed Sep 4, 2017
1 parent 75e7eeb commit a880103
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,13 @@ install:
test_script:
# we don't run the "test phase" when doing deploys
- if [%APPVEYOR_REPO_TAG%]==[false] (
cargo build --target %TARGET% &&
cargo build --target %TARGET% --release &&
cargo test --target %TARGET% &&
cargo test --target %TARGET% --release &&
cargo run --target %TARGET% &&
cargo run --target %TARGET% --release
cargo test --target %TARGET% --release
)

before_deploy:
# TODO Update this to build the artifacts that matter to you
- cargo rustc --target %TARGET% --release --bin hello -- -C lto
- cargo rustc --target %TARGET% --release --bin svmdev -- -C lto
- ps: .ci\before_deploy.ps1

deploy:
Expand Down

0 comments on commit a880103

Please sign in to comment.