forked from engineering/cloudservices
rewrite build.sh
parent
f866592513
commit
609079fc12
11
build.sh
11
build.sh
|
@ -1,6 +1,5 @@
|
|||
echo "Library of Code sp-us | Cloud Services"
|
||||
echo "TypeScript & Go"
|
||||
echo "Building TS files"
|
||||
yarn run build
|
||||
echo "Building Go files"
|
||||
go build -o dist/intervals/storage src/intervals/storage.go src/intervals/dirsize.go
|
||||
# This file builds the Go binaries. Hardcoded by LOC Engineering
|
||||
go build -o dist/bin/storage src/go/storage/storage.go src/go/storage/dirsize.go
|
||||
file dist/bin/storage
|
||||
go build -o dist/bin/checkCertificate src/go/checkCertificate/checkCertificate.go
|
||||
file dist/bin/checkCertificate
|
||||
|
|
Loading…
Reference in New Issue