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