Skip to content

Commit

Permalink
Build tools target is added to the taskfile. (#204)
Browse files Browse the repository at this point in the history
# Describe Request

Adding build-tools to taskfile.

# Change Type

Code maintenance.
  • Loading branch information
cinar authored Sep 6, 2024
1 parent 23c7b8d commit bc6f7f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
*.dll
*.so
*.dylib
indicator-backtest
indicator-sync

# Test binary, built with `go test -c`
*.test
Expand Down
5 changes: 5 additions & 0 deletions taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ tasks:
docs:
cmds:
- go run github.com/princjef/gomarkdoc/cmd/[email protected] ./...

build-tools:
cmds:
- go build -o indicator-backtest cmd/indicator-backtest/main.go
- go build -o indicator-sync cmd/indicator-sync/main.go

0 comments on commit bc6f7f6

Please sign in to comment.