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

Allow failures of nonworking MacOS job

parent f68e599f
No related branches found
No related tags found
No related merge requests found
...@@ -94,8 +94,9 @@ jobs: ...@@ -94,8 +94,9 @@ jobs:
allow_failures: allow_failures:
# I allow this to fail temporarily # I allow this to fail temporarily
- env: PLUMED_DOCKER=yes - env: PLUMED_DOCKER=yes
# this is failing due to problems in installing MPI, should be allowed to fail until we fix it. # these should be fixed:
- env: PLUMED_CC=mpicc PLUMED_CXX=mpic++ PLUMED_CXXFLAGS=-O3 - name: MacOS, MPI build
- name: MacOS, serial build
## Possible additional variables: ## Possible additional variables:
# VALGRIND=yes to make valgrind tests, only when log contains string [valgrind] # VALGRIND=yes to make valgrind tests, only when log contains string [valgrind]
install: install:
......
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