From 3e36697b0683e5871368c2c5e5b975cdef23e5ba Mon Sep 17 00:00:00 2001 From: zvon Date: Sun, 23 Sep 2018 10:59:08 +0200 Subject: [PATCH] Add test --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e9fb776..6d2c623 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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