summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-05 21:02:08 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-05 21:02:08 -0400
commit5b42999a3d3816cbe217a4eeb62415add5b2c23c (patch)
tree956c9393b6a94dd1c8ff3a0fbb7d2768e6b9ba00 /appveyor.yml
parent88872508605c92471609dde83145f6308411a3ac (diff)
windows, take 30.0.5
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 45b9f0e1..7bbd72ac 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -37,7 +37,8 @@ test_script:
before_deploy:
# Generate artifacts for release
- - RUSTFLAGS="-C target-feature=+ssse3" cargo build --release --features simd-accel
+ - SET RUSTFLAGS="-C target-feature=+ssse3"
+ - cargo build --release --features simd-accel
- mkdir staging
# TODO update this part to copy the artifacts that make sense for your project
- copy target\release\xrep.exe staging