Install g++ for CEDET tests

* .gitlab-ci.yml (before_script): Add g++.
Backport from master.
This commit is contained in:
Mattias Engdegård 2020-01-03 14:08:23 +01:00
parent 05c5bf4d38
commit e1b3fd3beb

View file

@ -32,7 +32,7 @@ variables:
before_script: before_script:
- apt update -qq - apt update -qq
- DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 libc-dev gcc make autoconf automake libncurses-dev gnutls-dev git - DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 libc-dev gcc g++ make autoconf automake libncurses-dev gnutls-dev git
stages: stages:
- test - test