Use clang
This commit is contained in:
parent
06bef53df7
commit
1b4cd1b0d2
@ -2,7 +2,7 @@
|
|||||||
# use the official gcc image, based on debian
|
# use the official gcc image, based on debian
|
||||||
# can use verions as well, like gcc:5.2
|
# can use verions as well, like gcc:5.2
|
||||||
# see https://hub.docker.com/_/gcc/
|
# see https://hub.docker.com/_/gcc/
|
||||||
image: gcc
|
image: walberla/buildenv-ubuntu-clang
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
@ -11,7 +11,7 @@ build:
|
|||||||
# before_script:
|
# before_script:
|
||||||
# - apt update && apt -y install make autoconf
|
# - apt update && apt -y install make autoconf
|
||||||
script:
|
script:
|
||||||
- make
|
- CC=clang CXX=clang++ make
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- tv_rename
|
- tv_rename
|
||||||
|
Loading…
Reference in New Issue
Block a user