1
0
Fork 0

rewrite build.sh

refactor/models
Matthew 2019-12-27 21:54:54 -05:00
parent f866592513
commit 609079fc12
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,5 @@
echo "Library of Code sp-us | Cloud Services" # This file builds the Go binaries. Hardcoded by LOC Engineering
echo "TypeScript & Go" go build -o dist/bin/storage src/go/storage/storage.go src/go/storage/dirsize.go
echo "Building TS files" file dist/bin/storage
yarn run build go build -o dist/bin/checkCertificate src/go/checkCertificate/checkCertificate.go
echo "Building Go files" file dist/bin/checkCertificate
go build -o dist/intervals/storage src/intervals/storage.go src/intervals/dirsize.go