]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
travis-ci: remove redundant cpanminus installation, remove cmake compile from source
authorIlya Shipitsin <chipitsine@gmail.com>
Mon, 6 Jan 2020 04:08:43 +0000 (09:08 +0500)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Sat, 11 Jan 2020 21:20:37 +0000 (00:20 +0300)
.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