Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
5e122a86
Commit
5e122a86
authored
8 years ago
by
Bienchen
Browse files
Options
Downloads
Patches
Plain Diff
Moving before_script in
parent
75c4419c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+22
-24
22 additions, 24 deletions
.gitlab-ci.yml
with
22 additions
and
24 deletions
.gitlab-ci.yml
+
22
−
24
View file @
5e122a86
...
...
@@ -6,34 +6,32 @@
stages
:
-
test
# this is executed before doing anything else
before_script
:
-
echo "Running global 'before_script'..."
-
yum -y -q -e 0 install tcl
-
yum -y -q -e 0 install glibc-devel
-
yum -y -q -e 0 install libjpeg-turbo
-
mkdir -p /scicore/soft/modules
-
ln -s /export/soft/apps/centos6/generic /scicore/soft/apps
-
ln -s /export/soft/modules/centos6/generic/all /scicore/soft/modules
-
source /export/soft/lua_lmod/centos6/lmod/lmod/init/bash
-
module use /scicore/soft/modules/all
-
module load CMake/2.8.12-goolf-1.4.10
-
module load Python/2.7.5-goolf-1.4.10
-
module load OpenBLAS/0.2.6-gompi-1.4.10-LAPACK-3.4.2
-
module load Eigen/3.2.1-goolf-1.4.10
-
module load numpy/1.9.1-goolf-1.4.10-Python-2.7.5
-
module load Boost/1.53.0-goolf-1.4.10-Python-2.7.5
-
module load OpenMM/6.1-Linux64
-
module load PyQt/4.11.4-goolf-1.4.10-Python-2.7.5
-
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
-
echo "... done running global 'before_script'."
# BUILD STAGE
test:centos6.6
:
stage
:
test
image
:
centos:6.6
before_script
:
-
echo "Running global 'before_script'..."
-
yum -y -q -e 0 install tcl
-
yum -y -q -e 0 install glibc-devel
-
yum -y -q -e 0 install libjpeg-turbo
-
mkdir -p /scicore/soft/modules
-
ln -s /export/soft/apps/centos6/generic /scicore/soft/apps
-
ln -s /export/soft/modules/centos6/generic/all /scicore/soft/modules
-
source /export/soft/lua_lmod/centos6/lmod/lmod/init/bash
-
module use /scicore/soft/modules/all
-
module load CMake/2.8.12-goolf-1.4.10
-
module load Python/2.7.5-goolf-1.4.10
-
module load OpenBLAS/0.2.6-gompi-1.4.10-LAPACK-3.4.2
-
module load Eigen/3.2.1-goolf-1.4.10
-
module load numpy/1.9.1-goolf-1.4.10-Python-2.7.5
-
module load Boost/1.53.0-goolf-1.4.10-Python-2.7.5
-
module load OpenMM/6.1-Linux64
-
module load PyQt/4.11.4-goolf-1.4.10-Python-2.7.5
-
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
-
echo "... done running global 'before_script'."
script
:
-
echo "Testing on CentOS 6..."
-
echo " Building OST..."
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment