chore: switch to woodpecker ci

and remove build status badge from README.md
This commit is contained in:
CismonX 2024-04-02 15:33:03 +08:00
parent 9de1ba26b0
commit 1294764698
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
3 changed files with 11 additions and 9 deletions

View File

@ -8,7 +8,7 @@
**/*.map **/*.map
**/*.ts **/*.ts
.drone.yml .woodpecker.yml
.gitignore .gitignore
.gitattributes .gitattributes
.travis.yml .travis.yml

View File

@ -6,12 +6,16 @@
# this notice are preserved. This file is offered as-is, without any warranty. # this notice are preserved. This file is offered as-is, without any warranty.
# #
kind: pipeline # For history build logs,
type: docker # see <https://ci.cismon.net/repos/cismonx/vscode-texinfo>.
name: default
steps: steps:
- name: build - name: build
image: node:14.18 image: node:18-alpine
when:
- event: [push, tag, manual]
branch: primary
commands: commands:
- npm --unsafe-perm ci - apk add --no-cache perl unzip
- npm ci
- npm run package - npm run package

View File

@ -8,7 +8,7 @@
# vscode-texinfo # vscode-texinfo
[![Build Status]][Drone CI] [![License]](LICENSE) [![License]](LICENSE)
## About ## About
@ -30,7 +30,5 @@ see the [online user manual].
<!-- Reference Links --> <!-- Reference Links -->
[Build Status]: https://shields.io/drone/build/cismonx/vscode-texinfo?server=https%3A%2F%2Fdrone.cismon.net
[Drone CI]: https://drone.cismon.net/cismonx/vscode-texinfo
[License]: https://img.shields.io/badge/license-GPL--3.0--or--later-blue.svg [License]: https://img.shields.io/badge/license-GPL--3.0--or--later-blue.svg
[online user manual]: https://nongnu.org/vscode-texinfo/manual [online user manual]: https://nongnu.org/vscode-texinfo/manual