From 981e4b6e66fc807fd36086e37296e40da914a0ff Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Sun, 6 Nov 2016 17:55:07 +0100 Subject: [ci] generate bundle from gitlab runner some hacks needed, it seems pyinstaller is choking again on namespace packages for some reason that is beyond my current comprenhension. --- .gitlab-ci.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9959e7f..44888716 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ -# Todo: move test stage to the top once it succeeds again stages: - - build - test + - build + - bundle test: image: leapcode/soledad:latest @@ -19,3 +19,11 @@ build: - mkdir -p /root/.config/leap/ - bitmaskd - bitmaskctl status + +bundle: + image: leapcode/bitmask-dev:latest + stage: bundle + script: pkg/build_bundle_with_venv.sh + artifacts: + paths: + - dist/*.tar.gz -- cgit v1.2.3