updated ci file

This commit is contained in:
Noah Santschi-Cooney 2020-05-10 23:07:17 +01:00
parent 6bb7b832e1
commit 85f1c8d85c
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48

View file

@ -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