remove copypasted flag from appveyor.yml

pull/11/head
phiresky 5 years ago
parent 35048e6116
commit ef2e4ebf28

@ -51,11 +51,11 @@ build: false
# Equivalent to Travis' `script` phase
test_script:
- cargo test --verbose --all --features pcre2
- cargo test --verbose --all
before_deploy:
# Generate artifacts for release
- cargo build --release --features pcre2
- cargo build --release
- mkdir staging
- copy target\release\rga.exe staging
- copy target\release\rga-preproc.exe staging

Loading…
Cancel
Save