Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
conllu-cmc-docker
/
89bbfb3b155dda0d9b4526e991ca11adf9a70d2c
/
.
/
.gitlab-ci.yml
blob: 63792b4681ed0667ac7c002e549f9abced43382f [
file
] [
log
] [
blame
]
image:
node
:
latest
stages:
-
test
-
package
cache:
paths:
-
node_modules/
before_script:
-
npm install
test:
stage:
test
script:
-
npm test
package:
stage:
package
script:
-
npm run pkg
-
linux
-
npm run pkg
-
macos
artifacts:
paths:
-
bin/