From 5b42999a3d3816cbe217a4eeb62415add5b2c23c Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 5 Sep 2016 21:02:08 -0400 Subject: windows, take 3 --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'appveyor.yml') 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 -- cgit v1.2.3