mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-09 14:30:37 +00:00
remove copypasted flag from appveyor.yml
This commit is contained in:
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…
Reference in New Issue
Block a user