mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
17 lines
269 B
YAML
17 lines
269 B
YAML
|
build:
|
||
|
image: node:12
|
||
|
before_script:
|
||
|
- npm ci
|
||
|
script:
|
||
|
- npm run build:demobliss
|
||
|
artifacts:
|
||
|
paths:
|
||
|
- dist/
|
||
|
test:
|
||
|
image: node:12
|
||
|
type: test
|
||
|
before_script:
|
||
|
- npm ci
|
||
|
script:
|
||
|
- npm run test
|