1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-26 12:06:12 +02:00

Fix(?) appveyor.yml

This commit is contained in:
Elisabeth Henry 2017-10-10 01:10:41 +02:00
parent 4024285755
commit b4f2262801

View File

@ -48,12 +48,12 @@ test_script:
cargo build --no-default-features --features="binary proofread" --target %TARGET% --release &&
cargo test --no-default-features --features="binary proofread" --target %TARGET% &&
cargo test --no-default-features --features="binary proofread" --target %TARGET% --release
cargo run --no-default-features --features="binary proofread" --target %TARGET% -- --help
# cargo run --no-default-features --features="binary proofread" --target %TARGET% -- --help
)
before_deploy:
# TODO Update this to build the artifacts that matter to you
- cargo rustc --target %TARGET% --release --bin crowbook -- -C lto
- cargo rustc --target %TARGET% --no-default-features --features="binary proofread" --release --bin crowbook -- -C lto
- ps: ci\before_deploy.ps1
deploy: