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
0ac916d9
There was an error fetching the commit references. Please try again later.
Commit
0ac916d9
authored
5 years ago
by
Giovanni Bussi
Browse files
Options
Downloads
Patches
Plain Diff
updated xcode versions
parent
8165d13f
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
+7
-7
7 additions, 7 deletions
.travis.yml
with
7 additions
and
7 deletions
.travis.yml
+
7
−
7
View file @
0ac916d9
...
...
@@ -46,7 +46,7 @@ matrix:
-
name
:
MacOS, serial build
os
:
osx
if
:
branch =~ ^test- OR type IN(pull_request)
osx_image
:
xcode
7
.3
osx_image
:
xcode
8
.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
cache
:
...
...
@@ -55,7 +55,7 @@ matrix:
-
name
:
MacOS, MPI build
os
:
osx
if
:
branch =~ ^test- OR type IN(pull_request)
osx_image
:
xcode
7
.3
osx_image
:
xcode
8
.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
cache
:
...
...
@@ -64,7 +64,7 @@ matrix:
-
name
:
MacPorts, default modules
os
:
osx
if
:
branch =~ ^test- OR type IN(pull_request)
osx_image
:
xcode
7
.3
osx_image
:
xcode
8
.3
env
:
PLUMED_MACPORTS="plumed" PLUMED_PYTHON="2.7 3.6 3.7"
cache
:
directories
:
...
...
@@ -72,14 +72,14 @@ matrix:
-
name
:
MacPorts, all modules
os
:
osx
if
:
branch =~ ^test- OR type IN(pull_request)
osx_image
:
xcode
7
.3
osx_image
:
xcode
8
.3
env
:
PLUMED_MACPORTS="plumed +allmodules" PLUMED_PYTHON="2.7 3.6 3.7"
cache
:
directories
:
-
$HOME/.macports-ci-ccache
-
name
:
MacPorts
8.3
, all modules
-
name
:
MacPorts
, Xcode 9.4
, all modules
os
:
osx
osx_image
:
xcode
8.3
osx_image
:
xcode
9.4
env
:
PLUMED_MACPORTS="plumed +allmodules" PLUMED_PYTHON="2.7 3.6 3.7"
cache
:
directories
:
...
...
@@ -95,7 +95,7 @@ matrix:
-
name
:
Conda build, MacOS
os
:
osx
if
:
branch =~ ^test- OR tag IS present OR type IN(pull_request) OR type IN(cron)
osx_image
:
xcode9.
2
osx_image
:
xcode9.
4
env
:
PLUMED_CONDA=yes
# I don't put any mpi variant with macports since it takes too long to compile
## This command can be used to allow failures:
...
...
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