vscode-texinfo/.drone.yml

18 lines
446 B
YAML
Raw Permalink Normal View History

2021-03-16 12:01:13 +00:00
#
# 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.
#
2021-01-23 21:34:06 +00:00
kind: pipeline
type: docker
name: default
steps:
- name: build
2021-10-01 16:47:49 +00:00
image: node:14.18
2021-01-23 21:34:06 +00:00
commands:
2021-03-28 18:59:27 +00:00
- npm --unsafe-perm ci
2021-03-18 06:31:29 +00:00
- npm run package