From 77d3c66ec9caedd797dda8dfa4390d8443546d1c Mon Sep 17 00:00:00 2001 From: zvon Date: Sun, 23 Sep 2018 09:03:30 +0000 Subject: [PATCH] maybe I need to leave the artifact to call it --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d2c623..3996f84 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,9 @@ 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: