Add CMake to build gir
This commit is contained in:
parent
bc2d9621e2
commit
a5f2ae9a59
|
|
@ -3,7 +3,7 @@ image: rust:latest
|
||||||
before_script:
|
before_script:
|
||||||
- echo deb http://ftp.debian.org/debian stretch-backports main > /etc/apt/sources.list.d/backports.list
|
- echo deb http://ftp.debian.org/debian stretch-backports main > /etc/apt/sources.list.d/backports.list
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y -t stretch-backports libostree-dev
|
- apt-get install -y -t stretch-backports cmake libostree-dev
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue