Skip to content

Commit

Permalink
Display build
Browse files Browse the repository at this point in the history
  • Loading branch information
infogulch committed Jul 3, 2024
1 parent 6b83655 commit b63b735
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions make_tool.cue
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ task: build: {
dir: vars.rootdir
success: true
}

display: exec.Run & {
cmd: ["echo", "go", "build", "-ldflags", vars.ldflags, "-buildmode", "exe", "-o", outfile, "./cmd"]
}
}

task: run: {
Expand Down

0 comments on commit b63b735

Please sign in to comment.