0
0
Fork 0
This repository has been archived on 2024-05-09. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
org-chart/.onsave.sh
2017-05-31 18:13:38 -05:00

12 lines
No EOL
225 B
Bash
Executable file

set -e
gofmt -s -w ./
go build . errors
go vet
golint
go build
./org-chart
dot -Tpng graph.dot -o Test\ PNG.png
dot -Tpdf graph.dot -o Test\ PDF.pdf
dot -Tsvg graph.dot -o Test\ SVG.svg
rm images/tmp*.jpg 2>/dev/null || true