mirror of
https://github.com/ACINQ/eclair.git
synced 2024-11-19 18:10:42 +01:00
go back to previous directory after install
This commit is contained in:
parent
0298fe3e6e
commit
5b30e54200
@ -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…
Reference in New Issue
Block a user