From aac53caef4847a9cdaf219350f94bdc202d6f087 Mon Sep 17 00:00:00 2001 From: timvisee Date: Thu, 13 Feb 2020 21:56:53 +0100 Subject: [PATCH] Install new test requirements for XCB on CI --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e517674..33eb999 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -127,6 +127,7 @@ test-cargo: - check-stable dependencies: [] script: + - apt-get install -y --no-install-recommends libx11-xcb-dev libgl1-mesa-dev - cargo test --verbose # Run integration test with the public Send service