summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-05 22:01:53 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-05 22:01:53 -0400
commit0891b4a3c01ad702ad0f18a6965f52a8fca1dc89 (patch)
tree16f2b7900daeb71f1e6b43f4a69c0d6e399ebcb7 /appveyor.yml
parentaf48aaa6477244bb2181cbd6e256b438f1b98cdb (diff)
update appveyor0.0.10
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 61ac8453..4aa80369 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -32,15 +32,13 @@ build: false
# Equivalent to Travis' `script` phase
# TODO modify this phase as you see fit
test_script:
- # - cargo build --verbose
- - cargo test matchslash2 -- --nocapture
+ - cargo test --verbose
before_deploy:
# Generate artifacts for release
- - SET RUSTFLAGS="-C target-feature=+ssse3"
- - cargo build --release --features simd-accel
+ # TODO(burntsushi): How can we enable SSSE3 on Windows?
+ - cargo build --release
- mkdir staging
- # TODO update this part to copy the artifacts that make sense for your project
- copy target\release\xrep.exe staging
- cd staging
# release zipfile will look like 'rust-everywhere-v1.2.3-x86_64-pc-windows-msvc'