Skip to content

Commit

Permalink
minor fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
HawxChen committed Jun 28, 2017
1 parent 2649c1a commit bf583f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions go_clean.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/sh
scripts/build mode=debug image=golang-example clean
scripts/build image=golang-example clean
4 changes: 3 additions & 1 deletion go_run.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#!/bin/sh
scripts/run.py -c1 -e "/hello"
#scripts/run.py -c1 -m2G -e "/hello"
#scripts/run.py -c1 -vd -e "/hello"
./scripts/run.py -c1 -vd

0 comments on commit bf583f4

Please sign in to comment.