mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-05 16:11:19 +00:00
ci: add -noreset to xvfb-run invocation
Fixes issues in CI `cannot open display`. Similar to 8cd90523
This commit is contained in:
parent
32c89ca9dd
commit
26c8bad9cc
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ test:native:
|
||||||
- build:native
|
- build:native
|
||||||
script:
|
script:
|
||||||
- export LC_ALL=C.UTF-8
|
- export LC_ALL=C.UTF-8
|
||||||
- xvfb-run ninja -C _build test
|
- xvfb-run -s -noreset ninja -C _build test
|
||||||
|
|
||||||
build-gtkdoc:
|
build-gtkdoc:
|
||||||
extends: build:native
|
extends: build:native
|
||||||
|
|
Loading…
Reference in a new issue