mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-04-24 17:12:16 +02:00
update appveyor
This commit is contained in:
parent
af48aaa647
commit
0891b4a3c0
@ -32,15 +32,13 @@ build: false
|
|||||||
# Equivalent to Travis' `script` phase
|
# Equivalent to Travis' `script` phase
|
||||||
# TODO modify this phase as you see fit
|
# TODO modify this phase as you see fit
|
||||||
test_script:
|
test_script:
|
||||||
# - cargo build --verbose
|
- cargo test --verbose
|
||||||
- cargo test matchslash2 -- --nocapture
|
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
# Generate artifacts for release
|
# Generate artifacts for release
|
||||||
- SET RUSTFLAGS="-C target-feature=+ssse3"
|
# TODO(burntsushi): How can we enable SSSE3 on Windows?
|
||||||
- cargo build --release --features simd-accel
|
- cargo build --release
|
||||||
- mkdir staging
|
- mkdir staging
|
||||||
# TODO update this part to copy the artifacts that make sense for your project
|
|
||||||
- copy target\release\xrep.exe staging
|
- copy target\release\xrep.exe staging
|
||||||
- cd staging
|
- cd staging
|
||||||
# release zipfile will look like 'rust-everywhere-v1.2.3-x86_64-pc-windows-msvc'
|
# release zipfile will look like 'rust-everywhere-v1.2.3-x86_64-pc-windows-msvc'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user