Add CMake to build gir

This commit is contained in:
Felix Krull 2018-10-18 22:29:07 +02:00 committed by Colin Walters
parent bc2d9621e2
commit a5f2ae9a59

View File

@ -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