mirror of
https://codeberg.org/scip/epuppy.git
synced 2025-12-17 04:20:59 +01:00
Compare commits
5 Commits
v0.0.7-cb3
...
parserfixe
| Author | SHA1 | Date | |
|---|---|---|---|
| 3cd0b93ed2 | |||
| a25bb7dd96 | |||
| 9422c0c8ee | |||
| bf3bf65a60 | |||
| 7a6353a3b3 |
@@ -1,28 +0,0 @@
|
||||
matrix:
|
||||
platform:
|
||||
- linux/amd64
|
||||
goversion:
|
||||
- 1.24
|
||||
|
||||
labels:
|
||||
platform: ${platform}
|
||||
|
||||
steps:
|
||||
build:
|
||||
when:
|
||||
event: [push]
|
||||
image: golang:${goversion}
|
||||
commands:
|
||||
- go get
|
||||
- go build
|
||||
- go test
|
||||
|
||||
linter:
|
||||
when:
|
||||
event: [push]
|
||||
image: golang:${goversion}
|
||||
commands:
|
||||
#- go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.5.0
|
||||
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.5.0
|
||||
- golangci-lint --version
|
||||
- golangci-lint run ./...
|
||||
@@ -1,24 +0,0 @@
|
||||
# build release
|
||||
|
||||
labels:
|
||||
platform: linux/amd64
|
||||
|
||||
steps:
|
||||
build:
|
||||
when:
|
||||
event: [tag]
|
||||
image: golang:1.24
|
||||
commands:
|
||||
- go get
|
||||
- ./mkrel.sh epuppy v1-${CI_COMMIT_SHA:0:8}
|
||||
#- ./mkrel.sh epuppy ${CI_COMMIT_TAG}
|
||||
|
||||
publish:
|
||||
when:
|
||||
event: [tag]
|
||||
image: woodpeckerci/plugin-release
|
||||
settings:
|
||||
files:
|
||||
- 'releases/epuppy-*-v1-${CI_COMMIT_SHA:0:8}'
|
||||
api_key:
|
||||
from_secret: DEPLOY_TOKEN
|
||||
@@ -1,4 +1,4 @@
|
||||
[](https://ci.codeberg.org/repos/15473)
|
||||
[](https://github.com/tlinden/epuppy/actions)
|
||||
[](https://github.com/tlinden/epuppy/blob/master/LICENSE)
|
||||
[](https://goreportcard.com/report/github.com/tlinden/epuppy)
|
||||
|
||||
@@ -99,12 +99,7 @@ your platform from the releases page and you're good to go.
|
||||
|
||||
### Installation using a pre-compiled binary
|
||||
|
||||
You can use [stew](https://github.com/marwanhawari/stew) to install epuppy:
|
||||
```default
|
||||
stew install tlinden/epuppy
|
||||
```
|
||||
|
||||
Or go to the [latest release page](https://github.com/TLINDEN/epuppy/releases/latest)
|
||||
Go to the [latest release page](https://github.com/TLINDEN/epuppy/releases/latest)
|
||||
and look for your OS and platform. There are two options to install the binary:
|
||||
|
||||
Directly download the binary for your platform,
|
||||
|
||||
Reference in New Issue
Block a user