Merge pull request #7282 from alvasw/add_bitcoind_submodule

Add bitcoind submodule
This commit is contained in:
Alejandro García 2024-11-08 02:53:31 +00:00 committed by GitHub
commit 1f1c768313
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,8 @@ jobs:
name: Test Java ${{ matrix.Java }}, ${{ matrix.os }}
steps:
- uses: actions/checkout@v4.2.2
with:
submodules: 'true'
- name: Set up JDK
uses: actions/setup-java@v4.5.0

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "bitcoind"]
path = bitcoind
url = https://github.com/bisq-network/bitcoind.git

1
bitcoind Submodule

@ -0,0 +1 @@
Subproject commit 5571e273d30ba44afc374525aab24687f36427d5

View File

@ -36,5 +36,6 @@ include 'statsnode'
include 'apitest'
include 'platform'
include 'code-coverage-report'
include 'bitcoind'
rootProject.name = 'bisq'