Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
nudge
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmay committed Jul 7, 2020
1 parent dda2724 commit 4c02f7d
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions ci/token-swap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,21 @@

set -e

(
cd "$(dirname "$0")/.."
cd "$(dirname "$0")/.."

./do.sh update
./do.sh build token
./do.sh build token-swap
./do.sh doc token-swap
./do.sh test token-swap
cc token-swap/inc/token-swap.h -o token-swap/target/token-swap.gch
)
(
cd "$(dirname "$0")/../token-swap/js"
./do.sh update
./do.sh build token
./do.sh build token-swap
./do.sh doc token-swap
./do.sh test token-swap
cc token-swap/inc/token-swap.h -o token-swap/target/token-swap.gch

npm install
npm run cluster:devnet
npm run start
)
cd "$(dirname "$0")/../token/js"

npm install

cd "$(dirname "$0")/../token-swap/js"

npm install
npm run cluster:devnet
npm run start

0 comments on commit 4c02f7d

Please sign in to comment.