Testing CI
This commit is contained in:
parent
999bfae344
commit
2ac306ec15
@ -5,7 +5,7 @@ variables:
|
|||||||
PYTHON2: "C:\\python27\\python.exe"
|
PYTHON2: "C:\\python27\\python.exe"
|
||||||
NSIS: "C:\\nsis\\makensis.exe"
|
NSIS: "C:\\nsis\\makensis.exe"
|
||||||
|
|
||||||
test_py3:
|
.test_py3:
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- windows10
|
- windows10
|
||||||
@ -21,7 +21,7 @@ test_py3:
|
|||||||
- '%PYTHON3% -m coverage report --omit="test*"'
|
- '%PYTHON3% -m coverage report --omit="test*"'
|
||||||
coverage: '/TOTAL.+ ([0-9]{1,3}%)/'
|
coverage: '/TOTAL.+ ([0-9]{1,3}%)/'
|
||||||
|
|
||||||
alpha:
|
.alpha:
|
||||||
type: deploy
|
type: deploy
|
||||||
tags:
|
tags:
|
||||||
- windows
|
- windows
|
||||||
@ -48,7 +48,7 @@ alpha:
|
|||||||
name: socializer
|
name: socializer
|
||||||
expire_in: 1 day
|
expire_in: 1 day
|
||||||
|
|
||||||
alpha_python3:
|
.alpha_python3:
|
||||||
type: deploy
|
type: deploy
|
||||||
tags:
|
tags:
|
||||||
- windows10
|
- windows10
|
||||||
@ -66,9 +66,7 @@ alpha_python3:
|
|||||||
- '%PYTHON2% ..\doc\generator.py'
|
- '%PYTHON2% ..\doc\generator.py'
|
||||||
- '%PYTHON3% write_version_data.py'
|
- '%PYTHON3% write_version_data.py'
|
||||||
- '%PYINSTALLER% main.spec'
|
- '%PYINSTALLER% main.spec'
|
||||||
- '%NSIS% installer.nsi'
|
|
||||||
- cd ..
|
- cd ..
|
||||||
- move src\socializer* .
|
|
||||||
- cd scripts
|
- cd scripts
|
||||||
- '%PYTHON3% prepare_zipversion.py'
|
- '%PYTHON3% prepare_zipversion.py'
|
||||||
- cd ..
|
- cd ..
|
||||||
@ -78,7 +76,6 @@ alpha_python3:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- socializer.zip
|
- socializer.zip
|
||||||
- "socializer_*"
|
|
||||||
name: socializer_py3
|
name: socializer_py3
|
||||||
expire_in: 1 day
|
expire_in: 1 day
|
||||||
|
|
||||||
@ -113,4 +110,5 @@ stable:
|
|||||||
paths:
|
paths:
|
||||||
- socializer.zip
|
- socializer.zip
|
||||||
- "socializer_*"
|
- "socializer_*"
|
||||||
name: socializer
|
name: socializer
|
||||||
|
expire_in: 1 day
|
Loading…
Reference in New Issue
Block a user