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