Easier handling of fc::SpecialCharacter

This commit is contained in:
Markus Gans 2018-12-06 15:39:00 +01:00
parent fab5aaafdd
commit 31c828d25e
1 changed files with 5 additions and 3 deletions

View File

@ -57,7 +57,7 @@ matrix:
- lsb_release -a
- uname -a
- whoami
- sudo apt-get install gpm libgpm-dev libcppunit-dev
- sudo apt-get install gpm libgpm-dev libcppunit-dev pkg-config
script:
- autoreconf -v --install --force
- ./configure --prefix=/usr CPPFLAGS="-DDEBUG" CXXFLAGS="-g -O0 -DDEBUG" --with-unit-test
@ -86,8 +86,10 @@ matrix:
- os: osx
env:
- TEST="macOS"
before_install:
- uname -a
addons:
homebrew:
packages:
- pkg-config
script:
- autoreconf -v --install --force
- ./configure --prefix=/usr