Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jukkr
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kkr
jukkr
Commits
a7a53ae4
Commit
a7a53ae4
authored
7 years ago
by
Philipp Rüssmann
Browse files
Options
Downloads
Patches
Plain Diff
Initial gitlab-ci configuration with compilation step only
parent
48ea4a90
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/voronoi/.gitlab-ci.yml
+25
-0
25 additions, 0 deletions
source/voronoi/.gitlab-ci.yml
with
25 additions
and
0 deletions
source/voronoi/.gitlab-ci.yml
0 → 100644
+
25
−
0
View file @
a7a53ae4
# docker image containing Developlement Tools and the current Intel compilers based on CentOS 7
image
:
iffregistry.fz-juelich.de/docker-images/centos7-intel-compilers
before_script
:
# set +e prevents sourced scripts from aborting if single commands fail (GitLab CI sets `-e` by default)
-
set +e && source compilervars.sh intel64 && set -e
# set environment variables to avoind stack size issue
-
export OMP_NUM_THREADS=1
-
export OMP_STACKSIZE=1g
-
ulimit -s unlimited
stages
:
-
build
build:intel
:
stage
:
build
script
:
-
cd prog && make
artifacts
:
paths
:
-
prog/voronoi.exe
expire_in
:
1 day
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