Easier handling of fc::SpecialCharacter
This commit is contained in:
parent
fab5aaafdd
commit
31c828d25e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue