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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Anoop Chandran
fleur
Commits
aed7d430
Commit
aed7d430
authored
Jul 02, 2019
by
Daniel Wortmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml no caching anymore
parent
5d7be0c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
20 deletions
+6
-20
.gitlab-ci.yml
.gitlab-ci.yml
+6
-20
No files found.
.gitlab-ci.yml
View file @
aed7d430
...
...
@@ -37,10 +37,6 @@ test-gfortran-hdf5:
pages
:
image
:
iffregistry.fz-juelich.de/fleur/fleur:latest
stage
:
deploy
cache
:
paths
:
-
build
-
public
script
:
-
echo "HTML should be ready from cache..."
-
mv /builds/fleur/fleur/docs/Docu_main.html /builds/fleur/fleur/public/index.html
...
...
@@ -58,10 +54,6 @@ pages:
doxygen
:
image
:
iffregistry.fz-juelich.de/fleur/fleur:latest
stage
:
html
cache
:
paths
:
-
build
-
public
script
:
-
cd /builds/fleur/fleur/build ; make doc
-
mkdir ../public
...
...
@@ -81,9 +73,10 @@ doxygen:
build-pgi
:
image
:
iffregistry.fz-juelich.de/fleur/fleur:pgi
stage
:
build
cache
:
artifacts
:
paths
:
-
build.pgi
expire_in
:
1h
script
:
-
cd /builds/fleur/fleur; ./configure.sh -l pgi ; cd build.pgi; make
allow_failure
:
true
...
...
@@ -98,9 +91,6 @@ test-pgi:
stage
:
test
dependencies
:
-
build-pgi
cache
:
paths
:
-
build.pgi
script
:
-
cd /builds/fleur/fleur/build.pgi;ctest
allow_failure
:
true
...
...
@@ -113,9 +103,10 @@ test-pgi:
build-intel-static
:
image
:
iffregistry.fz-juelich.de/fleur/fleur:intel-static
stage
:
build
cache
:
artifacts
:
paths
:
-
build.intel-static
expire_in
:
1h
script
:
-
set +e && source compilervars.sh intel64 && set -e ; ulimit -s unlimited
-
cd /builds/fleur/fleur; ./configure.sh -l intel-static INTEL_DOCKER_STATIC ; cd build.intel-static; make -j
4
...
...
@@ -135,9 +126,10 @@ build-intel-static:
build-intel
:
image
:
iffregistry.fz-juelich.de/fleur/fleur:intel-static
stage
:
build
cache
:
artifacts
:
paths
:
-
build.intel.debug
expire_in
:
1h
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
...
...
@@ -153,9 +145,6 @@ test-intel:
stage
:
test
dependencies
:
-
build-intel
cache
:
paths
:
-
build.intel.debug
script
:
-
set +e && source compilervars.sh intel64 && set -e; ulimit -s unlimited
-
cd /builds/fleur/fleur/build.intel.debug;ctest
...
...
@@ -173,9 +162,6 @@ test-intel:
gfortran-coverage
:
image
:
iffregistry.fz-juelich.de/fleur/fleur:latest
stage
:
html
cache
:
paths
:
-
build
script
:
-
cd /builds/fleur/fleur; ./configure.sh -l coverage -flags --coverage GITLAB; cd build.coverage; make -j
4
-
lcov --capture --initial -d CMakeFiles -o baseline.info
...
...
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