mirror of
https://github.com/cryb-to/cryb-otp.git
synced 2024-11-22 05:25:46 +00:00
Install pkg-config before building on Travis.
This commit is contained in:
parent
910b02c3d4
commit
5aac818cdc
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ compiler:
|
||||||
- clang
|
- clang
|
||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get update -q
|
||||||
|
- sudo apt-get install -y pkg-config
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- ./configure --enable-developer-warnings --enable-werror
|
- ./configure --enable-developer-warnings --enable-werror
|
||||||
|
|
Loading…
Reference in a new issue