mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-29 04:54:15 +00:00
updated ci file
This commit is contained in:
parent
6bb7b832e1
commit
85f1c8d85c
1 changed files with 14 additions and 13 deletions
27
.drone.yml
27
.drone.yml
|
@ -1,14 +1,15 @@
|
|||
pipeline:
|
||||
lint:
|
||||
image: node:${NODE_VERSION}
|
||||
commands:
|
||||
- npm i
|
||||
- npm run lint
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
matrix:
|
||||
NODE_VERSION:
|
||||
- "10-alpine"
|
||||
- "9-alpine"
|
||||
- "8.11-alpine"
|
||||
- "7.9-alpine"
|
||||
- "alpine"
|
||||
steps:
|
||||
- name: Test Server
|
||||
image: rust:1.43
|
||||
commands:
|
||||
- cd server
|
||||
- cargo test
|
||||
|
||||
- name: lint
|
||||
image: node:14
|
||||
commands:
|
||||
- npm i
|
||||
- npm run lint
|
Loading…
Add table
Add a link
Reference in a new issue