Skip to content

Commit 9dba357

Browse files
author
Roberto Di Remigio
committed
Do not download CMake with wget
1 parent 1d53a58 commit 9dba357

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.magnum.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ git:
44
before_install:
55
- sudo apt-get update -y
66
- sudo apt-get install gcc g++ gfortran make cmake cmake-data zlib1g-dev python-dateutil python-pyparsing python-numpy python-matplotlib python-pip python-setuptools python-dev -y
7-
- mkdir -p ${HOME}/deps && cd ${HOME}/deps
8-
- mkdir cmake
9-
- wget --verbose --no-check-certificate -O - http://www.cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.tar.gz
10-
- tar --strip-components=1 -xz -C cmake
11-
- export PATH=${HOME}/deps/cmake/bin:${PATH}
127
- cmake --version
138
- gcc --version
149
- g++ --version

0 commit comments

Comments
 (0)