From 6bcbc655edebfed05e9787f8aaa8defaea6cbe68 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Tue, 18 Dec 2018 17:42:56 -0600 Subject: [PATCH] First doc integration in CI --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e90c092..d2276e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,10 @@ production: script: - pip install --upgrade pip - pip install --upgrade -r requirements.txt - - cd src + - cd doc + - python documentation_importer.py + - cd ..\src + - python ..\doc\generator.py - python setup.py py2exe - cd .. - cd scripts @@ -13,7 +16,7 @@ production: - cd .. - move src\socializer.zip socializer.zip only: - - tags + - master artifacts: paths: - socializer.zip