Skip to content

Commit

Permalink
Add more tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
rugwirobaker committed Sep 16, 2020
1 parent a6d23c4 commit 59913c9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ version: '3'
tasks:
build:
cmds:
- CGO_ENABLED=0 go build -o bin/sam ./cmd/sam
assets:
- CGO_ENABLED=0 go build -o bin/helmes ./cmd/helmes

run:
deps: [build]
cmds:
- minify -o public/style.css src/css
- ./bin/helmes

image:
cmds:
- echo "building docker image..."

0 comments on commit 59913c9

Please sign in to comment.