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
55
Issues
55
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
9fb9f6ba
Commit
9fb9f6ba
authored
Jun 09, 2017
by
Daniel Wortmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed compiler in gitlab-CI to PGI. This should run all tests.
parent
b7dbce28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
9 deletions
+28
-9
.gitlab-ci.yml
.gitlab-ci.yml
+28
-9
No files found.
.gitlab-ci.yml
View file @
9fb9f6ba
build
:
image
:
ubuntu:16.10
#build-gfortran:
# image: ubuntu:16.10
# 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
# - cd /builds/fleur/fleur; ./configure.sh AUTO; cd build; make
#test-gfortran:
# image: ubuntu:16.10
# 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 doxygen
# - cd /builds/fleur/fleur/build;ctest
build-pgi
:
image
:
hopobcn/pgi-ce
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
-
cd /builds/fleur/fleur; ./configure.sh AUTO; cd build; make
test
:
image
:
ubuntu:16.10
-
apt-get update -qq && apt-get install -y -qq
cmake libxml2-dev
-
cd /builds/fleur/fleur; ./configure.sh AUTO
debug
; cd build; make
test
-pgi
:
image
:
hopobcn/pgi-ce
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 doxygen
-
cd /builds/fleur/fleur/build;ctest
-
apt-get update -qq && apt-get install -y -qq cmake libxml2-dev
-
cd /builds/fleur/fleur/build;ctest
\ No newline at end of file
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