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:
31c3127
)
travis.yml: add arch s390x target
author
Patrick Steuer
<patrick.steuer@de.ibm.com>
Thu, 14 Nov 2019 09:34:02 +0000
(10:34 +0100)
committer
Patrick Steuer
<patrick.steuer@de.ibm.com>
Fri, 15 Nov 2019 10:17:49 +0000
(11:17 +0100)
Signed-off-by: Patrick Steuer <patrick.steuer@de.ibm.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10446)
(cherry picked from commit
985412f8c14853b9936852bc7ef4d9438db27b88
)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 67ec1a1d21650892eccacdff8d6b51af5648b3d2..455ccd628f98f10eba32cd6a557309c792ee4bfa 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-36,6
+36,10
@@
matrix:
arch: arm64
compiler: gcc
env: CONFIG_OPTS="--strict-warnings"
+ - os: linux
+ arch: s390x
+ compiler: gcc
+ env: CONFIG_OPTS="--strict-warnings"
- os: linux-ppc64le
sudo: false
compiler: clang