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

Merge branch 'v2.3'

parents 4467f80a 66d4471a
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ matrix:
- os: linux
dist: trusty
sudo: required
env: CPPCHECK=yes CPPCHECK_VERSION=1.75
env: CPPCHECK=yes CPPCHECK_VERSION=1.77
# then check with different optimization flags
- os: linux
dist: trusty
......@@ -98,7 +98,7 @@ install:
# then replace doxygen with the desided version
# I use 1.8.10 instead of 1.8.11 since it looks like 1.8.11 have troubles with
# non case sensitive files (it writes capitalized filenames)
- if test "$MAKEDOC" == yes ; then ./.travis/install.doxygen Release_1_8_12 ; fi
- if test "$MAKEDOC" == yes ; then ./.travis/install.doxygen Release_1_8_13 ; fi
- if test "$VALGRIND" == yes ; then sudo apt-get install -y valgrind ; fi
- if test "$LAPACK" == yes ; then sudo apt-get -y install libatlas-base-dev ; fi
# moreover, we hardcode path to dynamic library, required for xdrfile to link properly
......
......@@ -138,4 +138,8 @@ See branch \branch{v2.3} on git repository.
- log file points to the `config.txt` files to allow users to check which features were available in that compiled version.
- `make clean` in root dir now also cleans `vim` subdirectory.
For developers:
- Cppcheck on travis-ci has been updated to 1.77.
- Doxygen on travis-ci has been updated to 1.8.13
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment