mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Merge pull request #7282 from alvasw/add_bitcoind_submodule
Add bitcoind submodule
This commit is contained in:
commit
1f1c768313
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "bitcoind"]
|
||||
path = bitcoind
|
||||
url = https://github.com/bisq-network/bitcoind.git
|
1
bitcoind
Submodule
1
bitcoind
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 5571e273d30ba44afc374525aab24687f36427d5
|
@ -36,5 +36,6 @@ include 'statsnode'
|
||||
include 'apitest'
|
||||
include 'platform'
|
||||
include 'code-coverage-report'
|
||||
include 'bitcoind'
|
||||
|
||||
rootProject.name = 'bisq'
|
||||
|
Loading…
Reference in New Issue
Block a user