mirror of
https://github.com/go-gitea/lgtm.git
synced 2026-07-01 21:34:01 -04:00
Update .drone.yml
This commit is contained in:
+4
-4
@@ -11,7 +11,7 @@ steps:
|
||||
pull: always
|
||||
image: golang:1.15-alpine
|
||||
commands:
|
||||
- apk add --no-cache make git
|
||||
- apk add --no-cache make git gcc
|
||||
- make clean
|
||||
- make vet
|
||||
#- make lint
|
||||
@@ -33,7 +33,7 @@ steps:
|
||||
pull: always
|
||||
image: golang:1.15-alpine
|
||||
commands:
|
||||
- apk add --no-cache make git
|
||||
- apk add --no-cache make git gcc
|
||||
- make test-mysql
|
||||
settings:
|
||||
group: testing
|
||||
@@ -46,7 +46,7 @@ steps:
|
||||
pull: always
|
||||
image: golang:1.15-alpine
|
||||
commands:
|
||||
- apk add --no-cache make git
|
||||
- apk add --no-cache make git gcc
|
||||
- make test-pgsql
|
||||
settings:
|
||||
group: testing
|
||||
@@ -70,7 +70,7 @@ steps:
|
||||
pull: always
|
||||
image: golang:1.15-alpine
|
||||
commands:
|
||||
- apk add --no-cache make git
|
||||
- apk add --no-cache make git gcc
|
||||
- make clean build
|
||||
settings:
|
||||
group: release
|
||||
|
||||
Reference in New Issue
Block a user