Properly set DESTDIR variable
This commit is contained in:
parent
edd22fb0c6
commit
40014628ae
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user