mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-22 14:22:39 +01:00
trying manual installation of protobuf
This commit is contained in:
parent
b457cd879d
commit
0e2e5480f0
1 changed files with 3 additions and 8 deletions
11
.travis.yml
11
.travis.yml
|
@ -1,13 +1,8 @@
|
|||
sudo: required
|
||||
dist: trusty
|
||||
language: scala
|
||||
before_install:
|
||||
- sudo add-apt-repository protobuf-2.6.1-ppa -y
|
||||
- sudo apt-get update -q
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- protobuf-compiler
|
||||
- wget https://protobuf.googlecode.com/files/protobuf-2.4.1.tar.gz
|
||||
- tar -xzvf protobuf-2.4.1.tar.gz
|
||||
- cd protobuf-2.4.1 && ./configure --prefix=/usr && make && sudo make install
|
||||
env:
|
||||
- PATH=$PATH:.
|
||||
scala:
|
||||
|
|
Loading…
Add table
Reference in a new issue