further work on CI: compile stage

This commit is contained in:
Jonas Heinrich 2020-12-03 11:09:19 +01:00
parent 914fdea53c
commit bdbd0a9c8b

View File

@ -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