We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d53a58 commit 9dba357Copy full SHA for 9dba357
.magnum.yml
@@ -4,11 +4,6 @@ git:
4
before_install:
5
- sudo apt-get update -y
6
- 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}
12
- cmake --version
13
- gcc --version
14
- g++ --version
0 commit comments