Skip to content

Commit

Permalink
Merge pull request #7282 from alvasw/add_bitcoind_submodule
Browse files Browse the repository at this point in the history
Add bitcoind submodule
  • Loading branch information
alejandrogarcia83 authored Nov 8, 2024
2 parents 4a65e40 + bd55503 commit 1f1c768
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
name: Test Java ${{ matrix.Java }}, ${{ matrix.os }}
steps:
- uses: actions/[email protected]
with:
submodules: 'true'

- name: Set up JDK
uses: actions/[email protected]
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "bitcoind"]
path = bitcoind
url = https://github.com/bisq-network/bitcoind.git
1 change: 1 addition & 0 deletions bitcoind
Submodule bitcoind added at 5571e2
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ include 'statsnode'
include 'apitest'
include 'platform'
include 'code-coverage-report'
include 'bitcoind'

rootProject.name = 'bisq'

0 comments on commit 1f1c768

Please sign in to comment.