ci/dev.sh: Add
This commit is contained in:
parent
d21e36b407
commit
80b9d1b057
2 changed files with 8 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@
|
||||||
*.got.json
|
*.got.json
|
||||||
*.got.svg
|
*.got.svg
|
||||||
e2e_report.html
|
e2e_report.html
|
||||||
|
bin
|
||||||
|
|
|
||||||
7
ci/dev.sh
Executable file
7
ci/dev.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/sh
|
||||||
|
set -eu
|
||||||
|
cd -- "$(dirname "$0")/.."
|
||||||
|
. ./ci/sub/lib.sh
|
||||||
|
|
||||||
|
sh_c go build --tags=dev -o=bin/d2 .
|
||||||
|
sh_c ./bin/d2 "$@"
|
||||||
Loading…
Reference in a new issue