Use clang

This commit is contained in:
zvon 2018-09-22 23:21:46 +00:00
parent 06bef53df7
commit 1b4cd1b0d2

View File

@ -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