1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-27 22:29:29 +00:00

ci: add -noreset to xvfb-run invocation

Fixes issues in CI `cannot open display`. Similar to 8cd90523
This commit is contained in:
Evangelos Ribeiro Tzaras 2021-04-05 03:35:48 +02:00
parent 32c89ca9dd
commit 26c8bad9cc

View file

@ -40,7 +40,7 @@ test:native:
- build:native
script:
- export LC_ALL=C.UTF-8
- xvfb-run ninja -C _build test
- xvfb-run -s -noreset ninja -C _build test
build-gtkdoc:
extends: build:native