mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-29 18:50:51 +01:00
Update ci
This commit is contained in:
parent
8fdf9fe631
commit
329acddc02
@ -1,10 +1,9 @@
|
|||||||
image: node:15.6
|
image: node:16.3
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
- compile
|
- compile
|
||||||
|
|
||||||
|
|
||||||
ESLinter:
|
ESLinter:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
@ -18,8 +17,8 @@ ESLinter:
|
|||||||
Compile:
|
Compile:
|
||||||
stage: compile
|
stage: compile
|
||||||
script:
|
script:
|
||||||
- npm i
|
- yarn install
|
||||||
- npm run compile
|
- yarnm compile
|
||||||
cache:
|
cache:
|
||||||
key: ${CI_COMMIT_BRANCH}
|
key: ${CI_COMMIT_BRANCH}
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
Reference in New Issue
Block a user