mirror of
https://github.com/valitydev/elixir-thrift.git
synced 2024-11-07 02:35:17 +00:00
Install thrift compiler build dependencies
See: https://thrift.apache.org/docs/install/debian
This commit is contained in:
parent
31b23e82c0
commit
2180ea9446
15
.travis.yml
15
.travis.yml
@ -6,6 +6,20 @@ otp_release:
|
||||
- 18.2.1
|
||||
sudo: false
|
||||
install: true
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- automake
|
||||
- bison
|
||||
- flex
|
||||
- g++
|
||||
- libboost-dev
|
||||
- libboost-test-dev
|
||||
- libboost-program-options-dev
|
||||
- libevent-dev
|
||||
- libtool
|
||||
- libssl-dev
|
||||
- pkg-config
|
||||
before_script:
|
||||
- mix local.hex --force
|
||||
script:
|
||||
@ -17,4 +31,3 @@ after_script:
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.mix/archives
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user