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