* .gitlab-ci.yml (before_script): Install g++ for CEDET tests.

This commit is contained in:
Mattias Engdegård 2020-01-03 14:08:23 +01:00
parent dd0e4d4e16
commit a022bc3574

View file

@ -32,7 +32,7 @@ variables:
before_script:
- 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:
- test