1
0
mirror of https://github.com/3cky/mbusd.git synced 2025-04-02 17:55:54 +02:00

gitlab: added cmake dependency

This commit is contained in:
Nick 2017-11-29 12:28:57 +01:00
parent 3db942a753
commit 7fba655ac8

View File

@ -7,7 +7,7 @@ stages:
image: debian:stable image: debian:stable
before_script: before_script:
- apt update -qq - apt update -qq
- apt install -y -qq build-essential autoconf automake pkg-config libtool m4 autoconf-archive - apt install -y -qq build-essential pkg-config cmake
- apt install -y gcc-arm-linux-gnueabihf - apt install -y gcc-arm-linux-gnueabihf
artifacts: artifacts: