projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Correct installation test in appveyor
[openssl.git]
/
appveyor.yml
diff --git
a/appveyor.yml
b/appveyor.yml
index
1184d7d
..
af2bfed
100644
(file)
--- a/
appveyor.yml
+++ b/
appveyor.yml
@@
-40,12
+40,7
@@
build_script:
test_script:
- cd _build
- nmake test V=1
- - cd ..
-
-# Fake deploy script to test installation
-deploy_script:
- - mkdir _install
- - cd _build
+ - mkdir ..\_install
- nmake install install_docs DESTDIR=..\_install
- cd ..