vscode-texinfo/.woodpecker.yml

22 lines
588 B
YAML

#
# Copyright (C) 2020,2021 CismonX <admin@cismon.net>
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty, provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any warranty.
#
# For history build logs,
# see <https://ci.cismon.net/repos/cismonx/vscode-texinfo>.
steps:
- name: build
image: node:18-alpine
when:
- event: [push, tag, manual]
branch: primary
commands:
- apk add --no-cache perl unzip
- npm ci
- npm run package