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:
6197bc7
)
appveyor.yml: exercise build_all_generated.
author
Andy Polyakov
<appro@openssl.org>
Wed, 11 Apr 2018 14:07:38 +0000
(16:07 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 11 Apr 2018 18:52:14 +0000
(20:52 +0200)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5930)
appveyor.yml
patch
|
blob
|
history
diff --git
a/appveyor.yml
b/appveyor.yml
index 5074a3116c8f81f04bf57db9580b395e9652bc9a..3b66f0defb18eb016f687595025842d3aa254a76 100644
(file)
--- a/
appveyor.yml
+++ b/
appveyor.yml
@@
-43,7
+43,8
@@
build_script:
- cd _build
- ps: >-
If ($env:Configuration -Match "shared" -or $env:EXTENDED_TESTS) {
- cmd /c "nmake 2>&1"
+ cmd /c "nmake build_all_generated 2>&1"
+ cmd /c "nmake PERL=no-perl 2>&1"
}
- cd ..