Run parallelized jobs
This commit is contained in:
parent
c0927e2218
commit
cee6abe02c
@ -4,10 +4,10 @@ variables:
|
|||||||
PYINSTALLER: "C:\\python37\\scripts\\pyinstaller.exe"
|
PYINSTALLER: "C:\\python37\\scripts\\pyinstaller.exe"
|
||||||
PYTHON2: "C:\\python27\\python.exe"
|
PYTHON2: "C:\\python27\\python.exe"
|
||||||
stages:
|
stages:
|
||||||
- build_py3
|
- build
|
||||||
- build_py2
|
|
||||||
python3_version:
|
python3_version:
|
||||||
type: build_py3
|
type: build
|
||||||
tags:
|
tags:
|
||||||
- windows10
|
- windows10
|
||||||
before_script:
|
before_script:
|
||||||
@ -30,14 +30,14 @@ python3_version:
|
|||||||
expire_in: 1 day
|
expire_in: 1 day
|
||||||
|
|
||||||
python2_version:
|
python2_version:
|
||||||
type: build_py2
|
type: build
|
||||||
tags:
|
tags:
|
||||||
- windows7
|
- windows7
|
||||||
before_script:
|
before_script:
|
||||||
- '%PYTHON2% -m pip install --upgrade pip'
|
- '%PYTHON2% -m pip install --upgrade pip'
|
||||||
- '%PYTHON2% -m pip install --upgrade -r requirements.txt'
|
- '%PYTHON2% -m pip install --upgrade -r requirements.txt'
|
||||||
# Additionally, install py2exe for Py2 as it is not listed in requirements.
|
# Additionally, reinstall the right version of pypubsub (3.3.0).
|
||||||
- '%PYTHON2% -m pip install --upgrade py2exe'
|
- '%PYTHON2% -m pip install --upgrade pypubsub==3.3.0'
|
||||||
script:
|
script:
|
||||||
- cd src
|
- cd src
|
||||||
- '%PYTHON2% setup.py py2exe'
|
- '%PYTHON2% setup.py py2exe'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user