summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-08 16:15:44 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-08 16:15:44 -0400
commita744ec133d12e0c8d8e8b0486cd92e2b60ad61e6 (patch)
treea604074a6838c0ac1db4c0f309a69d34679b5d86 /appveyor.yml
parent0042dce9498ed0e0d46e3e7cd86b85dcb822c8e1 (diff)
Rename xrep to ripgrep.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 4aa80369..c32649b1 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,6 +1,6 @@
environment:
global:
- PROJECT_NAME: xrep
+ PROJECT_NAME: rg
matrix:
# Nightly channel
- TARGET: i686-pc-windows-gnu
@@ -39,7 +39,7 @@ before_deploy:
# TODO(burntsushi): How can we enable SSSE3 on Windows?
- cargo build --release
- mkdir staging
- - copy target\release\xrep.exe staging
+ - copy target\release\rg.exe staging
- cd staging
# release zipfile will look like 'rust-everywhere-v1.2.3-x86_64-pc-windows-msvc'
- 7z a ../%PROJECT_NAME%-%APPVEYOR_REPO_TAG_NAME%-%TARGET%.zip *