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:
e8e9cf7
)
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
<richard@levitte.org>
Fri, 21 Oct 2016 11:48:34 +0000
(13:48 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1759)
(cherry picked from commit
92403e77ac57e7c5fe49d2d2f304839757293922
)
appveyor.yml
patch
|
blob
|
history
diff --git
a/appveyor.yml
b/appveyor.yml
index c668b3941e8370e00ac5ae4ce19ad2f1a8a787a9..9074a8c95d6a10ee5ad3c1817bf3d0c4efc76ad1 100644
(file)
--- 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 ..