mirror of
https://github.com/ACINQ/eclair.git
synced 2024-11-19 09:54:02 +01:00
14 lines
346 B
YAML
14 lines
346 B
YAML
language: scala
|
|
before_install:
|
|
- wget https://github.com/google/protobuf/releases/download/v2.6.1/protobuf-2.6.1.tar.bz2
|
|
- tar -xjvf protobuf-2.6.1.tar.bz2
|
|
- cd protobuf-2.6.1 && ./configure --prefix=/usr && make && sudo make install && cd ..
|
|
env:
|
|
- PATH=$PATH:.
|
|
scala:
|
|
- 2.11.7
|
|
jdk:
|
|
- oraclejdk8
|
|
notifications:
|
|
email:
|
|
- ops@acinq.fr |