Skip to content

Commit

Permalink
Use the standard build/run protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
nya3jp authored and beevee committed Jul 6, 2020
1 parent 5eaca3b commit 899d7ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

bazel --batch build --distdir=/bazel/dist -c opt //app:app
3 changes: 3 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

exec bazel-bin/app/app "$@"

0 comments on commit 899d7ac

Please sign in to comment.