start ubuntu and install clang

This commit is contained in:
zvon 2018-09-22 23:25:14 +00:00
parent 1b4cd1b0d2
commit 856b0bb18b

View File

@ -1,16 +1,9 @@
# This file is a template, and might need editing before it works on your project.
# use the official gcc image, based on debian
# can use verions as well, like gcc:5.2
# see https://hub.docker.com/_/gcc/
image: walberla/buildenv-ubuntu-clang
image: ubuntu:18.04
build:
stage: build
# instead of calling g++ directly you can also use some build toolkit like make
# install the necessary build tools when needed
# before_script:
# - apt update && apt -y install make autoconf
script:
script:
- apt-get update -qq && apt-get install -y -qq git make clang
- CC=clang CXX=clang++ make
artifacts:
paths: