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
52
Issues
52
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
75ef75d8
Commit
75ef75d8
authored
Sep 29, 2017
by
Daniel Wortmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified gitlab-ci to use Registry for docker images
parent
d447bf64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
.gitlab-ci.yml
.gitlab-ci.yml
+3
-6
No files found.
.gitlab-ci.yml
View file @
75ef75d8
build-gfortran
:
image
:
ubuntu:16.10
image
:
iffregistry.fz-juelich.de/fleur/fleur:latest
stage
:
build
cache
:
paths
:
-
build
script
:
-
apt-get update -qq && apt-get install -y -qq build-essential gfortran gfortran-6 g++-6 gcc-6 binutils-gold git cmake libxml2-dev liblapack-dev libblas-dev doxygen libopenmpi-dev libscalapack-mpi-dev
-
cd /builds/fleur/fleur; ./configure.sh GITLAB; cd build; make
test-gfortran
:
image
:
ubuntu:16.10
image
:
iffregistry.fz-juelich.de/fleur/fleur:latest
stage
:
test
cache
:
paths
:
-
build
script
:
-
apt-get update -qq && apt-get install -y -qq build-essential gfortran gfortran-6 g++-6 gcc-6 binutils-gold git cmake libxml2-dev liblapack-dev libblas-dev libopenmpi-dev libscalapack-mpi-dev
-
ulimit -s unlimited ;export juDFT_MPI="mpirun -n 2 --allow-run-as-root ";cd /builds/fleur/fleur/build;ctest
artifacts
:
paths
:
...
...
@@ -24,13 +22,12 @@ test-gfortran:
pages
:
image
:
ubuntu:16.10
image
:
iffregistry.fz-juelich.de/fleur/fleur:latest
stage
:
deploy
cache
:
paths
:
-
build
script
:
-
apt-get update -qq && apt-get install build-essential gfortran gfortran-6 g++-6 gcc-6 binutils-gold git cmake libxml2-dev liblapack-dev libblas-dev libopenmpi-dev libscalapack-mpi-dev doxygen
-
cd /builds/fleur/fleur/build ; make doc
-
mv docs/html/ ../public/
artifacts
:
...
...
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