Properly set DESTDIR variable

This commit is contained in:
Sebastiaan de Schaetzen 2023-02-17 17:14:24 +01:00
parent edd22fb0c6
commit 40014628ae

View File

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