a fix for Travis
This commit is contained in:
parent
5b4dcfd8a4
commit
4c59ccd1d5
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ before_install:
|
||||||
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.9; fi
|
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.9; fi
|
||||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
|
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
|
||||||
- sudo pip install cpp-coveralls pyyaml
|
- sudo pip install cpp-coveralls pyyaml
|
||||||
- sudo apt-get install valgrind
|
- sudo apt-get install valgrind re2c
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- autoreconf -iv
|
- autoreconf -iv
|
||||||
|
|
|
@ -6,7 +6,7 @@ AM_SILENT_RULES([yes])
|
||||||
|
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
AC_PROG_SED
|
AC_PROG_SED
|
||||||
AC_PATH_PROG(RE2C, [re2c])
|
AM_MISSING_PROG(RE2C, [re2c])
|
||||||
AM_MISSING_PROG(CPPCHECK, [cppcheck])
|
AM_MISSING_PROG(CPPCHECK, [cppcheck])
|
||||||
AM_MISSING_PROG(ASTYLE, [astyle])
|
AM_MISSING_PROG(ASTYLE, [astyle])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue