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:
52f4840
)
Add no-ec build
author
Rich Salz
<rsalz@openssl.org>
Tue, 14 Feb 2017 16:51:22 +0000
(11:51 -0500)
committer
Rich Salz
<rsalz@openssl.org>
Tue, 14 Feb 2017 18:15:32 +0000
(13:15 -0500)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2626)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index a60c40289f0d006c97060970e42ee926e6acace2..7b9e6711645050f83310c2853d02ca0eabb0f4ae 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-34,6
+34,7
@@
env:
- CONFIG_OPTS="no-pic --strict-warnings" BUILDONLY="yes" CHECKDOCS="yes"
- CONFIG_OPTS="no-engine no-shared --strict-warnings" BUILDONLY="yes"
- CONFIG_OPTS="no-stdio --strict-warnings" BUILDONLY="yes"
+ - CONFIG_OPTS="no-ec" BUILDONLY="yes"
matrix:
include: