Install libc++
This commit is contained in:
parent
856b0bb18b
commit
8cae22f41d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user