mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-11-28 07:21:21 +08:00
Test and build in parallel.
This commit is contained in:
parent
1de1baff9d
commit
ed7726c191
|
@ -6,18 +6,12 @@ variables:
|
|||
before_script:
|
||||
- go version
|
||||
|
||||
stages:
|
||||
- test
|
||||
- deploy
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- apk add gcc musl-dev
|
||||
- go test -race ./...
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
build:
|
||||
script:
|
||||
- apk add zip
|
||||
- ./tools/buildall.sh . bin HEAD
|
||||
|
|
Loading…
Reference in New Issue
Block a user