Update travis file

This commit is contained in:
Daniel Chappuis 2020-06-03 23:31:00 +02:00
parent 395770d0d4
commit 40ed17c67c

View File

@ -21,7 +21,7 @@ matrix:
- os: linux - os: linux
arch: arm64 arch: arm64
name: "Linux / GCC (Debug)" name: "Linux / GCC / ARM (Debug)"
before_install: before_install:
- sudo apt-get remove cmake - sudo apt-get remove cmake
- wget https://cmake.org/files/v3.8/cmake-3.8.2.tar.gz - wget https://cmake.org/files/v3.8/cmake-3.8.2.tar.gz
@ -53,13 +53,16 @@ matrix:
- os: linux - os: linux
arch: arm64 arch: arm64
name: "Linux / GCC (Release)" name: "Linux / GCC / ARM (Release)"
before_install: before_install:
- sudo apt remove cmake - sudo apt-get remove cmake
- sudo pip install scikit-build - wget https://cmake.org/files/v3.8/cmake-3.8.2.tar.gz
- sudo pip install --upgrade pip - tar xf cmake-3.8.2.tar.gz
- sudo pip install cmake --upgrade - cd cmake-3.8.2
- ./configure
- sudo make install
- cmake --version - cmake --version
- cd ../
addons: addons:
apt: apt:
sources: sources: