mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-18 08:45:05 +00:00
build scripts
This commit is contained in:
parent
8c7d87b4dd
commit
9c6ddbaefb
2 changed files with 3 additions and 2 deletions
|
@ -7,3 +7,4 @@
|
|||
./build_zmq.sh
|
||||
./build_haven.sh
|
||||
./build_zano.sh
|
||||
./copy_zano_libs.sh
|
||||
|
|
|
@ -4,10 +4,10 @@ set -o xtrace
|
|||
. ./config.sh
|
||||
#HAVEN_VERSION=tags/v3.0.7
|
||||
ZANO_SRC_DIR=${WORKDIR}/zano
|
||||
ZANO_CHECKOUT_ID=master
|
||||
ZANO_CHECKOUT_ID=develop
|
||||
|
||||
git clone --recursive https://github.com/hyle-team/zano.git ${ZANO_SRC_DIR}
|
||||
#cd $ZANO_SRC_DIR
|
||||
cd $ZANO_SRC_DIR
|
||||
git checkout ${ZANO_CHECKOUT_ID}
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
|
Loading…
Reference in a new issue