Attempted to build socializer fully
This commit is contained in:
parent
3010677b5a
commit
80bad717b3
@ -1,7 +1,3 @@
|
|||||||
variables:
|
|
||||||
PYTHON3_32: "C:\\python37-32\\python.exe"
|
|
||||||
NSIS: "C:\\program files (x86)\\nsis\\makensis.exe"
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- generate_doc
|
- generate_doc
|
||||||
- build
|
- build
|
||||||
@ -62,4 +58,39 @@ socializer32:
|
|||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 1 day
|
expire_in: 1 day
|
||||||
paths:
|
paths:
|
||||||
- artifacts
|
- artifacts
|
||||||
|
|
||||||
|
make_installer:
|
||||||
|
stage: generate_versions
|
||||||
|
interruptible: true
|
||||||
|
tags:
|
||||||
|
- windows10
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- tags
|
||||||
|
- schedule
|
||||||
|
variables:
|
||||||
|
NSIS: "C:\\program files (x86)\\nsis\\makensis.exe"
|
||||||
|
before_script:
|
||||||
|
- 'choco upgrade all'
|
||||||
|
script:
|
||||||
|
- cd artifacts
|
||||||
|
- '&$env:NSIS installer.nsi'
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- artifacts
|
||||||
|
expire_in: 1 day
|
||||||
|
|
||||||
|
upload:
|
||||||
|
stage: upload
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
|
image: python
|
||||||
|
interruptible: true
|
||||||
|
script:
|
||||||
|
- cd artifacts
|
||||||
|
- python ../scripts/upload.py
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- tags
|
||||||
|
- schedules
|
Loading…
Reference in New Issue
Block a user