]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - .travis.yml
travis-ci: remove redundant cpanminus installation, remove cmake compile from source
[openssl-gost/engine.git] / .travis.yml
index 81a650a5bc9cb76b7e966d47a1bc3cedacffa7e3..f1f19c3ed3b744366582d4aa9c92d99ca9d188af 100644 (file)
@@ -5,12 +5,6 @@ os: linux
 
 language: c
 
-addons:
-  apt:
-    packages: [ cpanminus ]
-  homebrew:
-    packages: [ cpanminus ]
-
 env:
   global:
     - PREFIX=${HOME}/opt
@@ -23,12 +17,9 @@ matrix:
       os: linux
       compiler: gcc
     - name: linux/gcc/ppc64le
-      env: LABEL="linux-ppc64le" CMAKE_VERSION=3.15.1
-      os: linux-ppc64le
+      os: linux
+      arch: ppc64le
       compiler: gcc
-      install:
-        - wget https://cmake.org/files/v${CMAKE_VERSION%.*}/cmake-${CMAKE_VERSION}.tar.gz && tar -xzf cmake-${CMAKE_VERSION}.tar.gz
-        - cd cmake-${CMAKE_VERSION} && ./bootstrap && sudo make install && cd ..
     - name: linux/gcc+ASan/x86_64
       env: ASAN=-DASAN=1
       os: linux