summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c668b3941e..9074a8c95d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -40,12 +40,7 @@ build_script:
test_script:
- cd _build
- nmake test
- - cd ..
-
-# Fake deploy script to test installation
-deploy_script:
- - mkdir _install
- - cd _build
+ - mkdir ..\_install
- nmake install install_docs DESTDIR=..\_install
- cd ..