mirror of
https://github.com/cryb-to/cryb-otp.git
synced 2024-11-21 13:05:45 +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
|
||||
- gcc
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update -q
|
||||
- sudo apt-get install -y pkg-config
|
||||
|
||||
before_script:
|
||||
- ./autogen.sh
|
||||
- ./configure --enable-developer-warnings --enable-werror
|
||||
|
|
Loading…
Reference in a new issue