summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6f9d73cb..73626d4d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -50,8 +50,7 @@ test_script:
before_deploy:
# Generate artifacts for release
- # TODO(burntsushi): How can we enable SSSE3 on Windows?
- - cargo build --release
+ - cargo build --release --features unstable
- mkdir staging
- copy target\release\rg.exe staging
- ps: copy target\release\build\ripgrep-*\out\_rg.ps1 staging