File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -6,20 +6,13 @@ before_install:
6
6
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
7
7
- sudo apt-get update -qq
8
8
9
- # REF for CMAKE Stuff: https://github.com/Microsoft/GSL/blob/master/.travis.yml
10
9
install :
11
10
- sudo apt-get install -qq gfortran-7
12
11
- sudo update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-7 90
13
- - CMAKE_VERSION=3.7.2
14
- - |
15
- CMAKE_URL="https://cmake.org/files/v${CMAKE_VERSION%.[0-9]}/cmake-${CMAKE_VERSION}-Linux-x86_64.tar.gz"
16
- mkdir cmake && travis_retry wget --no-check-certificate -O - ${CMAKE_URL} | tar --strip-components=1 -xz -C cmake
17
- export PATH=${DEPS_DIR}/cmake/bin:${PATH}
18
- - cmake --version
19
12
20
13
before_script :
21
14
- mkdir build
22
15
- cd build
23
16
- cmake ..
24
17
25
- script : make
18
+ script : make
You can’t perform that action at this time.
0 commit comments