mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-09-01 22:37:41 +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:
|
kind: pipeline
|
||||||
lint:
|
name: default
|
||||||
image: node:${NODE_VERSION}
|
|
||||||
commands:
|
|
||||||
- npm i
|
|
||||||
- npm run lint
|
|
||||||
|
|
||||||
matrix:
|
steps:
|
||||||
NODE_VERSION:
|
- name: Test Server
|
||||||
- "10-alpine"
|
image: rust:1.43
|
||||||
- "9-alpine"
|
commands:
|
||||||
- "8.11-alpine"
|
- cd server
|
||||||
- "7.9-alpine"
|
- cargo test
|
||||||
- "alpine"
|
|
||||||
|
- name: lint
|
||||||
|
image: node:14
|
||||||
|
commands:
|
||||||
|
- npm i
|
||||||
|
- npm run lint
|
Loading…
Add table
Add a link
Reference in a new issue