Install libc++

This commit is contained in:
zvon 2018-09-22 23:31:16 +00:00
parent 856b0bb18b
commit 8cae22f41d

View File

@ -3,7 +3,7 @@ image: ubuntu:18.04
build:
stage: build
script:
- apt-get update -qq && apt-get install -y -qq git make clang
- apt-get update -qq && apt-get install -y -qq git make clang libc++-dev libc++1 libc
- CC=clang CXX=clang++ make
artifacts:
paths: