Skip to content
Snippets Groups Projects
Commit 2d385753 authored by Marilena Bandieramonte's avatar Marilena Bandieramonte
Browse files

Install manually cmake

parent 76339e7a
Branches
Tags
No related merge requests found
Pipeline #1424995 failed
......@@ -6,8 +6,12 @@ stages:
- build
before_script:
- yum -y install cmake glibc-devel which motif
- set +e && source CI/setup_lcg.sh; set -e
- yum -y install glibc-devel which motif
- wget http://www.cmake.org/files/v3.2/cmake-3.2.2.tar.gz
- tar xf cmake-3.2.2.tar.gz
- cd cmake-3.2.2
- ./configure
- make
variables:
CMAKE_BASE_ARGS: -GNinja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment