From 41c9bcc6ce2e40587c384e46eed879093a68d9dd Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Sun, 16 Dec 2018 17:30:50 -0600 Subject: [PATCH] Updated CI config --- .gitlab-ci.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d14f68..5e9e41b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,12 @@ production: type: deploy script: - - pip install --upgrade -r requirements.txt - - cd src - - python setup.py py2exe \ No newline at end of file + - pip install --upgrade -r requirements.txt + - cd src + - python setup.py py2exe + - cd .. + - cd scripts + - python prepare_zipversion.py + artifacts: + paths: + - src\socializer.zip \ No newline at end of file