1
0
Fork 0
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:
pm47 2016-02-15 14:15:34 +01:00
parent b457cd879d
commit 0e2e5480f0

View file

@ -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: