Fix gitlab-ci gtk dependancies.

This commit is contained in:
Jordan Petridis 2017-10-05 22:53:29 +03:00
parent c890da9979
commit 2c1b55c2fb
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6

View File

@ -1,8 +1,9 @@
# Optional: Install a C compiler, cmake and git into the container.
# You will often need this when you (or any of your dependencies) depends on C code.
# before_script:
# - apt-get update -yqq
# - apt-get install -yqq --no-install-recommends build-essential
before_script:
- apt-get update -yqq
- apt-get install -yqq --no-install-recommends build-essential
- apt-get install -y libgtk-3-dev
# kcov
# - apt-get install -y libcurl4-openssl-dev libelf-dev libdw-dev cmake gcc binutils-dev libiberty-dev