Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
fleur
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
54
Issues
54
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
fleur
fleur
Commits
1791381f
Commit
1791381f
authored
Apr 30, 2019
by
Daniel Wortmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
68c2a3f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
.gitlab-ci.yml
.gitlab-ci.yml
+7
-2
No files found.
.gitlab-ci.yml
View file @
1791381f
stages
:
-
build
-
test
-
coverage
-
html
-
deploy
...
...
@@ -107,6 +106,7 @@ build-pgi:
-
build.pgi
script
:
-
cd /builds/fleur/fleur; ./configure.sh -l pgi ; cd build.pgi; make
allow_failure
:
true
only
:
-
schedules
-
triggers
...
...
@@ -123,6 +123,7 @@ test-pgi:
-
build.pgi
script
:
-
cd /builds/fleur/fleur/build.pgi;ctest
allow_failure
:
true
only
:
-
schedules
-
web
...
...
@@ -144,6 +145,7 @@ build-intel-static:
-
build.intel-static/fleur
-
build.intel-static/fleur_MPI
-
build.intel-static/inpgen
allow_failure
:
true
only
:
-
schedules
-
triggers
...
...
@@ -159,6 +161,7 @@ build-intel:
script
:
-
set +e && source compilervars.sh intel64 && set -e ; ulimit -s unlimited
-
cd /builds/fleur/fleur; CC=gcc FC=mpiifort FLEUR_LIBRARIES="-lmkl_scalapack_lp64;-lmkl_blacs_intelmpi_lp64" ./configure.sh -t -d -l intel INTEL_MPI ; cd build.intel.debug; make -j
4
allow_failure
:
true
only
:
-
schedules
-
triggers
...
...
@@ -176,6 +179,7 @@ test-intel:
script
:
-
set +e && source compilervars.sh intel64 && set -e; ulimit -s unlimited
-
cd /builds/fleur/fleur/build.intel.debug;ctest
allow_failure
:
true
artifacts
:
when
:
on_failure
paths
:
...
...
@@ -188,7 +192,7 @@ test-intel:
gfortran-coverage
:
image
:
iffregistry.fz-juelich.de/fleur/fleur:latest
stage
:
coverage
stage
:
html
cache
:
paths
:
-
build
...
...
@@ -200,6 +204,7 @@ gfortran-coverage:
-
lcov --add-tracefile baseline.info --add-tracefile after.info -o combined.info
-
genhtml combined.info --output-directory html_out
-
mkdir ../public;mv html_out ../public/coverage_html
allow_failure
:
true
artifacts
:
paths
:
-
public
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment