Properly set DESTDIR variable
This commit is contained in:
parent
edd22fb0c6
commit
40014628ae
@ -4,6 +4,6 @@ build:
|
|||||||
- apt-get install -y jq make
|
- apt-get install -y jq make
|
||||||
script:
|
script:
|
||||||
- Xvfb :99 &
|
- Xvfb :99 &
|
||||||
- DESTDIR=public DISPLAY=:99 make -j$(nproc)
|
- DISPLAY=:99 make -j$(nproc) DESTDIR=public
|
||||||
artifacts:
|
artifacts:
|
||||||
paths: ["public"]
|
paths: ["public"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user