From a5f2ae9a59a8124a1b281151c991267e99063d9a Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Thu, 18 Oct 2018 22:29:07 +0200 Subject: [PATCH] Add CMake to build gir --- rust-bindings/rust/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-bindings/rust/.gitlab-ci.yml b/rust-bindings/rust/.gitlab-ci.yml index 55786322..8c288c41 100644 --- a/rust-bindings/rust/.gitlab-ci.yml +++ b/rust-bindings/rust/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: rust:latest before_script: - echo deb http://ftp.debian.org/debian stretch-backports main > /etc/apt/sources.list.d/backports.list - apt-get update -- apt-get install -y -t stretch-backports libostree-dev +- apt-get install -y -t stretch-backports cmake libostree-dev stages: - build