This commit is contained in:
zvon 2018-09-23 10:59:08 +02:00
parent 1ef61fce64
commit 3e36697b06

View File

@ -5,10 +5,11 @@ build:
script:
- apt-get update -qq && apt-get install -y -qq git make clang libc++-dev libc++1 libcurl4-openssl-dev libc++abi-dev
- CC=clang CXX=clang++ make
artifacts:
paths:
- tv_rename
# depending on your build setup it's most likely a good idea to cache outputs to reduce the build time
# cache:
# paths:
# - "*.o"
test:
stage: test
script:
- ./test.sh