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:
b37fce5
)
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 17:10:46 +0000
(12:10 -0500)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2626)
(cherry picked from commit
b4568b04c7cd425103ac8f1603682e8da2044238
)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index e848fc7b7558eb119f9cbac71e0514ac2f1c364a..24f62dd5d45364db44de8befdcec83833b53d7d5 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-33,6
+33,7
@@
env:
- CONFIG_OPTS="no-pic --strict-warnings" BUILDONLY="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: