.travis.yml
This commit is contained in:
parent
1b23b0806b
commit
77619bd8f8
|
@ -19,6 +19,9 @@ addons:
|
||||||
- libgpm-dev
|
- libgpm-dev
|
||||||
- gperf
|
- gperf
|
||||||
- libcppunit-dev
|
- libcppunit-dev
|
||||||
|
homebrew:
|
||||||
|
packages:
|
||||||
|
- pkg-config
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
@ -86,11 +89,8 @@ matrix:
|
||||||
- os: osx
|
- os: osx
|
||||||
env:
|
env:
|
||||||
- TEST="macOS"
|
- TEST="macOS"
|
||||||
addons:
|
|
||||||
homebrew:
|
|
||||||
packages:
|
|
||||||
- pkg-config
|
|
||||||
script:
|
script:
|
||||||
|
- uname -a
|
||||||
- autoreconf -v --install --force
|
- autoreconf -v --install --force
|
||||||
- ./configure --prefix=/usr
|
- ./configure --prefix=/usr
|
||||||
- make -j10
|
- make -j10
|
||||||
|
|
Loading…
Reference in New Issue