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

job names

parent ac0f8b58
No related branches found
No related tags found
No related merge requests found
...@@ -85,13 +85,15 @@ matrix: ...@@ -85,13 +85,15 @@ matrix:
directories: directories:
- $HOME/.macports-ci-ccache - $HOME/.macports-ci-ccache
# linux conda package # linux conda package
- os: linux - name: Conda build, linux
os: linux
if: branch =~ ^test- OR tag IS present OR type IN(pull_request) if: branch =~ ^test- OR tag IS present OR type IN(pull_request)
dist: trusty dist: trusty
sudo: required sudo: required
env: PLUMED_CONDA=yes env: PLUMED_CONDA=yes
# osx conda package # osx conda package
- os: osx - name: Conda build, MacOS
os: osx
if: branch =~ ^test- OR tag IS present OR type IN(pull_request) if: branch =~ ^test- OR tag IS present OR type IN(pull_request)
osx_image: xcode8.3 osx_image: xcode8.3
env: PLUMED_CONDA=yes env: PLUMED_CONDA=yes
......
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