Commit c5aa516c authored by peastman's avatar peastman
Browse files

Trying to get travis to build

parent 7c4101b3
...@@ -135,6 +135,7 @@ before_install: ...@@ -135,6 +135,7 @@ before_install:
- if [[ "${TRAVIS_CPU_ARCH}" == "ppc64le" || "${TRAVIS_CPU_ARCH}" == "arm64" ]]; then - if [[ "${TRAVIS_CPU_ARCH}" == "ppc64le" || "${TRAVIS_CPU_ARCH}" == "arm64" ]]; then
# The cmake version installed by apt on these architectures is very old, # The cmake version installed by apt on these architectures is very old,
# so build a more recent version from source. # so build a more recent version from source.
wget https://github.com/Kitware/CMake/releases/download/v3.17.1/cmake-3.17.1.tar.gz; wget https://github.com/Kitware/CMake/releases/download/v3.17.1/cmake-3.17.1.tar.gz;
tar xf cmake-3.17.1.tar.gz; tar xf cmake-3.17.1.tar.gz;
cd cmake-3.17.1; cd cmake-3.17.1;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment