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 - lsb_release -a
- uname -a - uname -a
- whoami - whoami
- sudo apt-get install gpm libgpm-dev libcppunit-dev - sudo apt-get install gpm libgpm-dev libcppunit-dev pkg-config
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
@ -86,8 +86,10 @@ matrix:
- os: osx - os: osx
env: env:
- TEST="macOS" - TEST="macOS"
before_install: addons:
- uname -a homebrew:
packages:
- pkg-config
script: script:
- autoreconf -v --install --force - autoreconf -v --install --force
- ./configure --prefix=/usr - ./configure --prefix=/usr