Skip to content
Snippets Groups Projects
Commit e7f5aee8 authored by Pablo Escobar's avatar Pablo Escobar
Browse files

Update .gitlab-ci.yml. create the build dir in the build stage

parent b6046eb4
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,6 @@ before_script:
- module load LibTIFF/4.0.3-goolf-1.4.10
- module load libpng/1.6.17-goolf-1.4.10
- module load zlib/1.2.8-goolf-1.4.10
- mkdir build-ci
- cd build-ci
- echo "... done running global 'before_script'."
# BUILD STAGE
......@@ -46,6 +44,8 @@ build:centos6.6:
script:
- echo "Building on CentOS 6..."
- rm -fr build-ci/
- mkdir build-ci
- cd build-ci
- cmake .. -DENABLE_MM=1
-DOPEN_MM_LIBRARY=$EBROOTOPENMM/lib/libOpenMM.so
-DOPEN_MM_PLUGIN_DIR=$EBROOTOPENMM/lib/plugins
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment