Install libc++
This commit is contained in:
parent
856b0bb18b
commit
8cae22f41d
@ -3,7 +3,7 @@ image: ubuntu:18.04
|
|||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
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
|
- CC=clang CXX=clang++ make
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
Reference in New Issue
Block a user