]> wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - .travis.yml
travis-ci: Add (big-endian) s390x build
[openssl-gost/engine.git] / .travis.yml
index b05efa6810e35be36d90bdafe160877e600896aa..c106a53ea3d2773deace53d9e134c39e2b869f87 100644 (file)
@@ -15,6 +15,9 @@ matrix:
     - name: linux/gcc/x86_64/openssl-master
       os: linux
       compiler: gcc
+    - name: linux/clang/x86_64/openssl-master
+      os: linux
+      compiler: clang
     - name: linux/gcc/x86_64/openssl-1.1.1
       os: linux
       compiler: gcc
@@ -42,6 +45,10 @@ matrix:
       os: linux
       arch: arm64
       compiler: gcc
+    - name: linux/gcc/s390x/openssl-master
+      os: linux
+      arch: s390x
+      compiler: gcc
     - name: osx/clang/x86_64/openssl-master
       os: osx
       compiler: clang
@@ -51,6 +58,7 @@ before_script:
   - sudo cpanm --notest Test2::V0 > build.log 2>&1 || (cat build.log && exit 1)
   - git clone --depth 1 -b ${OPENSSL_BRANCH} https://github.com/openssl/openssl.git
   - cd openssl
+  - git describe --always --long
   - ./config shared -d --prefix=${PREFIX} --openssldir=${PREFIX} -Wl,-rpath=${PREFIX}/lib && travis_wait make -s -j$(nproc) all && make -s install_sw
   - cd ..