further work on CI: compile stage

This commit is contained in:
Jonas Heinrich 2020-12-03 11:14:11 +01:00
parent bdbd0a9c8b
commit ca5fec6776

View File

@ -11,7 +11,7 @@ compiling:
stage: compiling stage: compiling
script: script:
- apt update - apt update
- DEBIAN_FRONTEND="noninteractive" apt install -y php - DEBIAN_FRONTEND="noninteractive" apt install -y php gettext
- npm install - npm install
- make build-js - make build-js
- make translations - make translations