This commit is contained in:
Sebastiaan de Schaetzen 2023-02-17 17:08:46 +01:00
parent e88764766a
commit 04e7e8a39e

View File

@ -3,6 +3,7 @@ build:
before_script: before_script:
- apt-get install -y jq make - apt-get install -y jq make
script: script:
- DESTDIR=public make -j$(nproc) - Xvfb :99
- DESTDIR=public DISPLAY=:99 make -j$(nproc)
artifacts: artifacts:
paths: ["public"] paths: ["public"]