Skip to content

Commit

Permalink
Added build task
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelloeater committed Sep 1, 2024
1 parent 192b5af commit 3ccfc1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ fabric.properties
*.test
*.out
go.work

build
6 changes: 4 additions & 2 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ tasks:
- go fmt .
- go vet .
- go clean .
- go build .
- ./stampy
- rm -rf ./build
- mkdir ./build
- go build -o ./build .
- ./build/stampy
silent: false

install-hooks:
Expand Down

0 comments on commit 3ccfc1f

Please sign in to comment.