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

New Release #113

Merged
merged 2 commits into from
Jul 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 10 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,26 @@ default:
COIN=$(COIN) $(MAKE) -C app $@
endif


prod:
PRODUCTION_BUILD=1 make

zcashtools_build:
cd zcashtools/neon && yarn install

zcashtools_test: zcashtools_build
cd zcashtools/neon && yarn test

zcashtools_test_rs: zcashtools_build
cd zcashtools/neon && RUST_LOG=trace cargo test

zemu_install: zcashtools_build

test_all:
PRODUCTION_BUILD=1 make
test_all: prod
make zemu_install
make zemu_test
make zcashtools_test
make zcashtools_test_rs
make zemu_test

test_ledger_try:
make zemu_install
Expand Down
2 changes: 1 addition & 1 deletion app/Makefile.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ APPVERSION_M=4
# This is the minor version
APPVERSION_N=0
# This is the patch version
APPVERSION_P=0
APPVERSION_P=1
Loading
Loading