Skip to content
Snippets Groups Projects
Commit e699e263 authored by Bienchen's avatar Bienchen
Browse files

Gathering information

parent 5c5251b7
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ stages: ...@@ -11,7 +11,7 @@ stages:
before_script: before_script:
- echo "Running global 'before_script'..." - echo "Running global 'before_script'..."
- yum -y -q -e 0 install tcl - yum -y -q -e 0 install tcl
- mkdir -p /scicore/soft/{apps,modules} - mkdir -p /scicore/soft/
- ln -s /export/soft/apps/centos6/generic /scicore/soft/apps - ln -s /export/soft/apps/centos6/generic /scicore/soft/apps
- ln -s /export/soft/modules/centos6/generic/all /scicore/soft/modules - ln -s /export/soft/modules/centos6/generic/all /scicore/soft/modules
- source /export/soft/lua_lmod/centos6/lmod/lmod/init/bash - source /export/soft/lua_lmod/centos6/lmod/lmod/init/bash
...@@ -35,7 +35,6 @@ build:centos6.6: ...@@ -35,7 +35,6 @@ build:centos6.6:
script: script:
- echo "Building on CentOS 6..." - echo "Building on CentOS 6..."
- echo $PATH - echo $PATH
- ls /export/soft/apps/centos6/generic
- ls -l /scicore/soft/apps - ls -l /scicore/soft/apps
- ls /scicore/soft/apps/CMake/2.8.12-goolf-1.4.10/bin - ls /scicore/soft/apps/CMake/2.8.12-goolf-1.4.10/bin
- cmake .. - cmake ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment