Add Xvfb
This commit is contained in:
parent
e88764766a
commit
04e7e8a39e
@ -3,6 +3,7 @@ build:
|
||||
before_script:
|
||||
- apt-get install -y jq make
|
||||
script:
|
||||
- DESTDIR=public make -j$(nproc)
|
||||
- Xvfb :99
|
||||
- DESTDIR=public DISPLAY=:99 make -j$(nproc)
|
||||
artifacts:
|
||||
paths: ["public"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user