Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plumed AlphaFold
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Kurečka
Plumed AlphaFold
Commits
06a4403e
There was an error fetching the commit references. Please try again later.
Commit
06a4403e
authored
7 years ago
by
Giovanni Bussi
Browse files
Options
Downloads
Plain Diff
Merge branch 'v2.3' into v2.4
parents
87ded607
f0fb3893
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+6
-6
6 additions, 6 deletions
.travis.yml
with
6 additions
and
6 deletions
.travis.yml
+
6
−
6
View file @
06a4403e
...
...
@@ -29,19 +29,19 @@ matrix:
env
:
PLUMED_CC=mpicc PLUMED_CXX=mpic++ PLUMED_CXXFLAGS=-O3 LAPACK=yes
# test using external blas with internal lapack
-
os
:
linux
if
:
branch =~ ^test-
if
:
branch =~ ^test-
OR type IN(pull_request)
dist
:
trusty
sudo
:
required
env
:
PLUMED_CC=mpicc PLUMED_CXX=mpic++ PLUMED_CXXFLAGS=-O3 LAPACK=yes CONFIG_FLAGS="--disable-external-lapack"
# test using docker image.
# currently it means ubuntu 17, with gcc6
-
sudo
:
required
if
:
branch =~ ^test-
if
:
branch =~ ^test-
OR type IN(pull_request)
services
:
docker
env
:
PLUMED_DOCKER=yes
# osx serial
-
os
:
osx
if
:
branch =~ ^test-
if
:
branch =~ ^test-
OR type IN(pull_request)
osx_image
:
xcode7.3
env
:
PLUMED_CC=clang PLUMED_CXX=clang++ PLUMED_CXXFLAGS=-O3
# this should not be required. I add it since it looks like with OSX it does not work otherwise
...
...
@@ -50,7 +50,7 @@ matrix:
-
$HOME/.ccache
# osx parallel
-
os
:
osx
if
:
branch =~ ^test-
if
:
branch =~ ^test-
OR type IN(pull_request)
osx_image
:
xcode7.3
env
:
PLUMED_CC=mpicc PLUMED_CXX=mpic++ PLUMED_CXXFLAGS=-O3
# this should not be required. I add it since it looks like with OSX it does not work otherwise
...
...
@@ -59,7 +59,7 @@ matrix:
-
$HOME/.ccache
# osx serial macports
-
os
:
osx
if
:
branch =~ ^test-
if
:
branch =~ ^test-
OR type IN(pull_request)
osx_image
:
xcode7.3
env
:
PLUMED_MACPORTS="plumed"
cache
:
...
...
@@ -67,7 +67,7 @@ matrix:
-
$HOME/.macports-ci-ccache
# osx serial macports debug variant
-
os
:
osx
if
:
branch =~ ^test-
if
:
branch =~ ^test-
OR type IN(pull_request)
osx_image
:
xcode7.3
env
:
PLUMED_MACPORTS="plumed +allmodules"
cache
:
...
...
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