From 4c1ca95e4bfe1e54e110f27496f5942148486178 Mon Sep 17 00:00:00 2001 From: Andreas Valder <andreasv@fsmpi.rwth-aachen.de> Date: Mon, 15 Jan 2018 13:31:18 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 24fdd54..5185ffb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,16 +1,16 @@ unittest: - image: debian:stretch - stage: test - script: + image: debian:stretch + stage: test + script: - apt update - uname -a - apt install -y locales-all git build-essential make libavformat-dev libavcodec-dev libavfilter-dev libavutil-dev libxml2-dev libcurl4-openssl-dev - make - artifacts: - paths: - - probe - - probe-raw - - remux thumbnail - - transcode - - publish_video - - simple_live_transcode + artifacts: + paths: + - probe + - probe-raw + - remux thumbnail + - transcode + - publish_video + - simple_live_transcode \ No newline at end of file -- GitLab