Skip to content

Commit

Permalink
Merge branch 'master' into fix-blocker
Browse files Browse the repository at this point in the history
  • Loading branch information
cinar authored Sep 6, 2024
2 parents f4124c6 + bc6f7f6 commit 89179d8
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 89179d8

Please sign in to comment.