]> wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - .travis.yml
travis-ci: add linux-ppc64le builds
[openssl-gost/engine.git] / .travis.yml
index d5224fc65f861a0f3a89bcd0894b54494c97358b..8255044f21e61552d6b560b0bf2b5c4e00cc5ef6 100644 (file)
@@ -21,6 +21,9 @@ matrix:
   include:
     - os: linux
       compiler: gcc
+    - env: LABEL="linux-ppc64le"
+      os: linux-ppc64le
+      compiler: gcc
     - env: ASAN=-DASAN=1
       os: linux
       compiler: gcc
@@ -29,6 +32,7 @@ matrix:
 
 
 before_script:
+  - curl -L https://cpanmin.us | sudo perl - --sudo App::cpanminus
   - 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