projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b5fffc
)
Correct installation test in appveyor
author
Richard Levitte
<levitte@openssl.org>
Fri, 21 Oct 2016 09:55:04 +0000
(11:55 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 21 Oct 2016 11:46:49 +0000
(13:46 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1759)
appveyor.yml
patch
|
blob
|
history
diff --git
a/appveyor.yml
b/appveyor.yml
index 1184d7dddcf6d302a8c9a6fbe7898067e3a722c8..af2bfede52f792dac2a90a53eaee4ddb1fa76c60 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 ..