further work on CI: compile stage
This commit is contained in:
parent
914fdea53c
commit
bdbd0a9c8b
@ -10,6 +10,8 @@ image: node:latest
|
|||||||
compiling:
|
compiling:
|
||||||
stage: compiling
|
stage: compiling
|
||||||
script:
|
script:
|
||||||
|
- apt update
|
||||||
|
- DEBIAN_FRONTEND="noninteractive" apt install -y php
|
||||||
- npm install
|
- npm install
|
||||||
- make build-js
|
- make build-js
|
||||||
- make translations
|
- make translations
|
||||||
|
Loading…
Reference in New Issue
Block a user