stupid debian bourne shell...

This commit is contained in:
Axel Kohlmeyer
2016-07-23 06:44:14 -04:00
parent ab439608bb
commit c28a1eb4e0

View File

@ -41,7 +41,7 @@ install:
- export OMPI_CC="ccache $CC"
- export OMPI_CXX="ccache $CXX"
- test "$MACH" = "mpi" && export COMP="mpicxx -fopenmp" || export COMP="ccache $CXX"
- test "$CC" = "clang" && export CCACHE_CPP2=yes || :
- test "$CC" = "clang" && export CCACHE_CPP2=yes || true
script:
- ccache -z