mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
29 lines
718 B
YAML
29 lines
718 B
YAML
language: java
|
|
jdk:
|
|
- oraclejdk8
|
|
|
|
install:
|
|
- git clone -b bisq_0.14.4.1 https://github.com/bitsquare/bitcoinj.git
|
|
- cd bitcoinj
|
|
- mvn clean install
|
|
- git clone https://github.com/bitsquare/libdohj.git
|
|
- cd libdohj
|
|
- mvn clean install
|
|
- git clone https://github.com/bitsquare/btcd-cli4j.git
|
|
- cd btcd-cli4j
|
|
- mvn clean install
|
|
- cd ..
|
|
|
|
script: mvn clean install
|
|
|
|
#notifications:
|
|
# irc:
|
|
# channels: chat.freenode.net#bisq
|
|
# template:
|
|
# - '%{message} (%{repository}#%{build_number}, %{duration})'
|
|
# - '%{repository}/%{branch} %{commit} %{author}: %{commit_message}'
|
|
# - '%{build_url}'
|
|
# on_success: change
|
|
# on_failure: always
|
|
# use_notice: true
|
|
# skip_join: true |