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

-O0 is too slow on travis

parent 18ebb807
No related branches found
No related tags found
No related merge requests found
...@@ -17,11 +17,10 @@ env: ...@@ -17,11 +17,10 @@ env:
- PLUMED_CC=mpicc PLUMED_CXX=mpic++ PLUMED_CXXFLAGS=-O3 LAPACK=yes - PLUMED_CC=mpicc PLUMED_CXX=mpic++ PLUMED_CXXFLAGS=-O3 LAPACK=yes
# cppcheck # cppcheck
# in principle we should make only "cppcheck" here # in principle we should make only "cppcheck" here
# to avoid to many if's below, I also make a quick test with -O0 here - PLUMED_CC=gcc PLUMED_CXX=g++ CPPCHECK=yes
- PLUMED_CC=gcc PLUMED_CXX=g++ PLUMED_CXXFLAGS=-O0 CPPCHECK=yes
matrix: matrix:
allow_failures: allow_failures:
- env: PLUMED_CC=gcc PLUMED_CXX=g++ PLUMED_CXXFLAGS=-O0 CPPCHECK=yes - env: PLUMED_CC=gcc PLUMED_CXX=g++ CPPCHECK=yes
# 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