Skip to content
Snippets Groups Projects
Commit 0ac916d9 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

updated xcode versions

parent 8165d13f
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ matrix: ...@@ -46,7 +46,7 @@ matrix:
- name: MacOS, serial build - name: MacOS, serial build
os: osx os: osx
if: branch =~ ^test- OR type IN(pull_request) if: branch =~ ^test- OR type IN(pull_request)
osx_image: xcode7.3 osx_image: xcode8.3
env: PLUMED_CC=clang PLUMED_CXX=clang++ PLUMED_CXXFLAGS=-O3 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 # this should not be required. I add it since it looks like with OSX it does not work otherwise
cache: cache:
...@@ -55,7 +55,7 @@ matrix: ...@@ -55,7 +55,7 @@ matrix:
- name: MacOS, MPI build - name: MacOS, MPI build
os: osx os: osx
if: branch =~ ^test- OR type IN(pull_request) if: branch =~ ^test- OR type IN(pull_request)
osx_image: xcode7.3 osx_image: xcode8.3
env: PLUMED_CC=mpicc PLUMED_CXX=mpic++ PLUMED_CXXFLAGS=-O3 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 # this should not be required. I add it since it looks like with OSX it does not work otherwise
cache: cache:
...@@ -64,7 +64,7 @@ matrix: ...@@ -64,7 +64,7 @@ matrix:
- name: MacPorts, default modules - name: MacPorts, default modules
os: osx os: osx
if: branch =~ ^test- OR type IN(pull_request) if: branch =~ ^test- OR type IN(pull_request)
osx_image: xcode7.3 osx_image: xcode8.3
env: PLUMED_MACPORTS="plumed" PLUMED_PYTHON="2.7 3.6 3.7" env: PLUMED_MACPORTS="plumed" PLUMED_PYTHON="2.7 3.6 3.7"
cache: cache:
directories: directories:
...@@ -72,14 +72,14 @@ matrix: ...@@ -72,14 +72,14 @@ matrix:
- name: MacPorts, all modules - name: MacPorts, all modules
os: osx os: osx
if: branch =~ ^test- OR type IN(pull_request) if: branch =~ ^test- OR type IN(pull_request)
osx_image: xcode7.3 osx_image: xcode8.3
env: PLUMED_MACPORTS="plumed +allmodules" PLUMED_PYTHON="2.7 3.6 3.7" env: PLUMED_MACPORTS="plumed +allmodules" PLUMED_PYTHON="2.7 3.6 3.7"
cache: cache:
directories: directories:
- $HOME/.macports-ci-ccache - $HOME/.macports-ci-ccache
- name: MacPorts 8.3, all modules - name: MacPorts, Xcode 9.4, all modules
os: osx os: osx
osx_image: xcode8.3 osx_image: xcode9.4
env: PLUMED_MACPORTS="plumed +allmodules" PLUMED_PYTHON="2.7 3.6 3.7" env: PLUMED_MACPORTS="plumed +allmodules" PLUMED_PYTHON="2.7 3.6 3.7"
cache: cache:
directories: directories:
...@@ -95,7 +95,7 @@ matrix: ...@@ -95,7 +95,7 @@ matrix:
- name: Conda build, MacOS - name: Conda build, MacOS
os: osx os: osx
if: branch =~ ^test- OR tag IS present OR type IN(pull_request) OR type IN(cron) 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 env: PLUMED_CONDA=yes
# I don't put any mpi variant with macports since it takes too long to compile # 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 command can be used to allow failures:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment