mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
删除gitlab打包脚本
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
image: lwch/natpass-builder:1.19
|
||||
|
||||
stages:
|
||||
- lint
|
||||
- build
|
||||
|
||||
lint:
|
||||
stage: lint
|
||||
script:
|
||||
- go install golang.org/x/lint/golint@latest
|
||||
- golint -set_exit_status code/...
|
||||
- go install github.com/gordonklaus/ineffassign@latest
|
||||
- ineffassign ./...
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- go run contrib/build/build_all.go
|
||||
artifacts:
|
||||
paths:
|
||||
- release/*
|
||||
Reference in New Issue
Block a user