feat(qmc): add support for .mflach #46
@ -69,7 +69,10 @@ local PipelineBuild(GOOS, GOARCH, RUN_TEST) = {
|
||||
if RUN_TEST then [{
|
||||
name: 'go test',
|
||||
image: 'golang:1.19',
|
||||
commands: ['go test -v ./...'],
|
||||
commands: [
|
||||
'apt-get update && apt-get -y install zlib1g-dev',
|
||||
'go test -v ./...'
|
||||
],
|
||||
}] else []
|
||||
)
|
||||
+
|
||||
|
@ -7,6 +7,7 @@ steps:
|
||||
image: alpine/git
|
||||
name: fetch tags
|
||||
- commands:
|
||||
- apt-get update && apt-get -y install zlib1g-dev
|
||||
- go test -v ./...
|
||||
image: golang:1.19
|
||||
name: go test
|
||||
|
Loading…
Reference in New Issue
Block a user