mirror of
https://gitlab.com/moepoi/NekopoiScrapper.git
synced 2024-11-10 00:16:20 +01:00
Add .gitlab-ci.yml
This commit is contained in:
parent
cc0ad15ce0
commit
42a65fc1d5
1 changed files with 13 additions and 0 deletions
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
image: node:latest
|
||||||
|
stages: [ init, run ]
|
||||||
|
|
||||||
|
cache:
|
||||||
|
stage: init
|
||||||
|
paths:
|
||||||
|
- node_modules/
|
||||||
|
|
||||||
|
test:
|
||||||
|
stage: run
|
||||||
|
script:
|
||||||
|
- npm install
|
||||||
|
- node example.js
|
Loading…
Reference in a new issue