From a81f920fad9af0107cae065de26c75baf99a4c63 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Mon, 9 Dec 2019 09:24:22 +0200 Subject: [PATCH] ci: export XDG_RUNTIME_DIR when running the tests Recent changes make some tests start an internal pipewire server, which requires XDG_RUNTIME_DIR to create the socket file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b707d0af3..bf07f042f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,7 +50,7 @@ build: script: - ./autogen.sh -Ddocs=true -Daudiomixer=true -Daudiotestsrc=true -Dtest=true -Dvideotestsrc=true -Dvolume=true - make - - make test + - XDG_RUNTIME_DIR=$PWD/build make test - DESTDIR=$PWD/build/i make install - PREFIX=$PWD/build/i/usr/local ./check_missing_headers.sh artifacts: