.travis.yml

This commit is contained in:
Markus Gans 2018-12-06 22:09:29 +01:00
parent 77619bd8f8
commit 8a45d9c1cb
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ addons:
- libcppunit-dev - libcppunit-dev
homebrew: homebrew:
packages: packages:
- pkg-config - autoconf-archive
env: env:
global: global:
@ -60,7 +60,7 @@ matrix:
- lsb_release -a - lsb_release -a
- uname -a - uname -a
- whoami - whoami
- sudo apt-get install gpm libgpm-dev libcppunit-dev pkg-config - sudo apt-get install gpm libgpm-dev libcppunit-dev autoconf-archive
script: script:
- autoreconf -v --install --force - autoreconf -v --install --force
- ./configure --prefix=/usr CPPFLAGS="-DDEBUG" CXXFLAGS="-g -O0 -DDEBUG" --with-unit-test - ./configure --prefix=/usr CPPFLAGS="-DDEBUG" CXXFLAGS="-g -O0 -DDEBUG" --with-unit-test