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:
e74b5dc
)
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:15:43 +0000
(11:15 +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)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 4b104642ff2675930b4cc04af7da8d107fe09804..a5b66b3dfa56a1101ec3a286b0badf80b8d84420 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