gitlab-ci: add make and gcc packages

Signed-off-by: Thomas Bernard <miniupnp@free.fr>
This commit is contained in:
Thomas Bernard 2018-07-15 14:03:55 +02:00
parent 075064806b
commit 8a2af6e9e6
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
before_script:
- apt-get update -qq && apt-get install -y -qq iptables-dev libevent-dev libnfnetlink-dev uuid-dev
- >
apt-get update -qq && apt-get install -y -qq iptables-dev libevent-dev
libnfnetlink-dev uuid-dev make gcc
stages:
- build