From b9dca52e52eab4c71ce1d12b37528d602d71c3ab Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Thu, 17 Jan 2019 16:47:40 -0600 Subject: [PATCH] All stable builds will be generated with Python 3 #16 --- .gitlab-ci.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 21454a5..b3c23e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ variables: PYTHON2: "C:\\python27\\python.exe" NSIS: "C:\\nsis\\makensis.exe" -.test_py3: +test_py3: stage: test tags: - windows10 @@ -21,7 +21,7 @@ variables: - '%PYTHON3% -m coverage report --omit="test*"' coverage: '/TOTAL.+ ([0-9]{1,3}%)/' -.alpha: +alpha: type: deploy tags: - windows @@ -48,7 +48,7 @@ variables: name: socializer expire_in: 1 day -.alpha_python3: +alpha_python3: type: deploy tags: - windows10 @@ -105,10 +105,9 @@ stable: - cd .. - move src\socializer.zip socializer.zip only: - - master + - tags artifacts: paths: - socializer.zip - "socializer_*" - name: socializer - expire_in: 1 day \ No newline at end of file + name: socializer \ No newline at end of file