mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-22 22:25:26 +01:00
go back to previous directory after install
This commit is contained in:
parent
0298fe3e6e
commit
5b30e54200
1 changed files with 2 additions and 3 deletions
|
@ -2,11 +2,10 @@ 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 protobuf-2.6.1 && ./configure --prefix=/usr && make && sudo make install && cd ..
|
||||
env:
|
||||
- PATH=$PATH:.
|
||||
scala:
|
||||
- 2.11.7
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
script: mvn install
|
||||
- oraclejdk8
|
Loading…
Add table
Reference in a new issue