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

Merge branch 'v2.3' into v2.4

parents f517905a f2274acc
No related branches found
No related tags found
No related merge requests found
...@@ -10,12 +10,16 @@ matrix: ...@@ -10,12 +10,16 @@ matrix:
- os: linux - os: linux
dist: trusty dist: trusty
sudo: required sudo: required
env: PLUMED_CC=mpicc PLUMED_CXX=mpic++ MAKEDOC=yes PLUMED_ALL_TESTS=yes CONFIG_FLAGS="--enable-debug --enable-debug-glibcxx" env: PLUMED_CC=mpicc PLUMED_CXX=mpic++ MAKEDOC=yes PLUMED_ALL_TESTS=yes
# the following are with debug flags # the following are with debug flags
- os: linux - os: linux
dist: trusty dist: trusty
sudo: required sudo: required
env: PLUMED_CC=gcc PLUMED_CXX=g++ CONFIG_FLAGS="--enable-debug --enable-debug-glibcxx" env: PLUMED_CC=gcc PLUMED_CXX=g++ CONFIG_FLAGS="--enable-debug --enable-debug-glibcxx"
- os: linux
dist: trusty
sudo: required
env: PLUMED_CC=mpicc PLUMED_CXX=mpic++ CONFIG_FLAGS="--enable-debug --enable-debug-glibcxx"
# cppcheck - takes a lot of time to compile the code, so I place it closer # cppcheck - takes a lot of time to compile the code, so I place it closer
# to the beginning of the list # to the beginning of the list
- os: linux - os: linux
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment