need to install development packages for testing, duh
This commit is contained in:
parent
6eed2a6a58
commit
434efeaa9b
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -47,7 +47,7 @@ podTemplate(
|
|||||||
if [ ! "/usr/bin/git" ] || [ ! -x "/usr/bin/git" ]; then
|
if [ ! "/usr/bin/git" ] || [ ! -x "/usr/bin/git" ]; then
|
||||||
apk add --no-cache git
|
apk add --no-cache git
|
||||||
fi
|
fi
|
||||||
apk add --no-cache gcc musl-dev pkgconfig
|
apk add --no-cache libusb-dev gcc g++ musl-dev pkgconfig
|
||||||
curl \
|
curl \
|
||||||
--silent \
|
--silent \
|
||||||
--location \
|
--location \
|
||||||
@ -95,7 +95,7 @@ sonar.go.coverage.reportPaths=cover.out
|
|||||||
if [ ! "/usr/bin/upx" ] || [ ! -x "/usr/bin/upx" ]; then
|
if [ ! "/usr/bin/upx" ] || [ ! -x "/usr/bin/upx" ]; then
|
||||||
apk add --no-cache upx
|
apk add --no-cache upx
|
||||||
fi
|
fi
|
||||||
apk add --no-cache libusb-dev gcc g++
|
apk add --no-cache libusb-dev gcc g++ musl-dev pkgconfig
|
||||||
go install -v ./...
|
go install -v ./...
|
||||||
GOOS=linux GOARCH=amd64 go build -v -ldflags="-s -w" -tags timetzdata -o tplink ./cmd/go-temper
|
GOOS=linux GOARCH=amd64 go build -v -ldflags="-s -w" -tags timetzdata -o tplink ./cmd/go-temper
|
||||||
upx --lzma go-temper
|
upx --lzma go-temper
|
||||||
|
Loading…
x
Reference in New Issue
Block a user