Skip to content
Snippets Groups Projects
Commit 9650a995 authored by Sebastian Hahta's avatar Sebastian Hahta
Browse files

add "make package" to gitlab-ci

parent 659fffe6
No related branches found
No related tags found
1 merge request!313CPack
Pipeline #27253 failed
...@@ -20,6 +20,7 @@ linux: ...@@ -20,6 +20,7 @@ linux:
- linux - linux
variables: variables:
FTL_LIB: ../../build/SDK/C/libftl-dev.so FTL_LIB: ../../build/SDK/C/libftl-dev.so
LD_LIBRARY_PATH: /opt/pylon/lib/
# before_script: # before_script:
# - export DEBIAN_FRONTEND=noninteractive # - export DEBIAN_FRONTEND=noninteractive
# - apt-get update -qq && apt-get install -y -qq g++ cmake git # - apt-get update -qq && apt-get install -y -qq g++ cmake git
...@@ -32,6 +33,7 @@ linux: ...@@ -32,6 +33,7 @@ linux:
- ctest --output-on-failure - ctest --output-on-failure
- cd ../SDK/Python - cd ../SDK/Python
- python3 -m unittest discover test - python3 -m unittest discover test
- make package
webserver-deploy: webserver-deploy:
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment