2017-07-06 22:38:23 +02:00
|
|
|
language: java
|
2017-08-09 09:49:35 +02:00
|
|
|
jdk: oraclejdk8
|
2017-07-06 22:38:23 +02:00
|
|
|
|
2017-07-06 22:59:31 +02:00
|
|
|
install:
|
|
|
|
- git clone -b bisq_0.14.4.1 https://github.com/bitsquare/bitcoinj.git
|
|
|
|
- cd bitcoinj
|
2017-07-10 20:17:02 +02:00
|
|
|
- mvn clean install -DskipTests
|
2017-07-06 22:59:31 +02:00
|
|
|
- git clone https://github.com/bitsquare/libdohj.git
|
|
|
|
- cd libdohj
|
2017-07-10 20:17:02 +02:00
|
|
|
- mvn clean install -DskipTests
|
2017-07-06 22:59:31 +02:00
|
|
|
- git clone https://github.com/bitsquare/btcd-cli4j.git
|
|
|
|
- cd btcd-cli4j
|
2017-07-10 20:17:02 +02:00
|
|
|
- mvn clean install -DskipTests
|
2017-07-06 23:03:18 +02:00
|
|
|
- cd ..
|
2017-07-06 22:59:31 +02:00
|
|
|
|
2017-07-10 20:17:02 +02:00
|
|
|
script: mvn clean install -DskipTests
|