Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speedup Makefile Deployment and Restore Targets #6869

Merged
merged 6 commits into from
Sep 12, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Makefile: Don't build twice"
This reverts commit 13d37b6.
alvasw committed Sep 12, 2023
commit e2c13d027715d1f0d2274b55ba9f2fcdd20272b9
11 changes: 10 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -100,7 +100,7 @@

# Set up everything necessary for deploying your localnet. This is the
# default target.
setup: .localnet
setup: build .localnet

clean: clean-build clean-localnet

@@ -110,6 +110,15 @@ clean-build:
clean-localnet:
rm -rf .localnet ./dao-setup

# Build Bisq binaries and shell scripts used in the targets below
build: seednode/build desktop/build

seednode/build:
./gradlew :seednode:build

desktop/build:
./gradlew :desktop:build

# Unpack and customize a Bitcoin regtest node and Alice and Bob Bisq
# nodes that have been preconfigured with a blockchain containing the
# BSQ genesis transaction