From 9650a99559b0d0036f6894573e8832410ca88440 Mon Sep 17 00:00:00 2001 From: Sebastian Hahta <joseha@utu.fi> Date: Tue, 9 Jun 2020 14:57:28 +0300 Subject: [PATCH] add "make package" to gitlab-ci --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93966ccf5..b23f2a430 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ linux: - linux variables: FTL_LIB: ../../build/SDK/C/libftl-dev.so + LD_LIBRARY_PATH: /opt/pylon/lib/ # before_script: # - export DEBIAN_FRONTEND=noninteractive # - apt-get update -qq && apt-get install -y -qq g++ cmake git @@ -32,6 +33,7 @@ linux: - ctest --output-on-failure - cd ../SDK/Python - python3 -m unittest discover test + - make package webserver-deploy: only: -- GitLab