setup tools
This commit is contained in:
+3
-4
@@ -26,14 +26,13 @@ jobs:
|
|||||||
- "./build.sh"
|
- "./build.sh"
|
||||||
- name: Windows
|
- name: Windows
|
||||||
os: windows
|
os: windows
|
||||||
python: 3.7
|
python: 3
|
||||||
env:
|
env:
|
||||||
- PATH=/c/Python37:/c/Python37/Scripts:${PATH}
|
- PATH=/c/Python39:/c/Python39/Scripts:${PATH}
|
||||||
before_script:
|
before_script:
|
||||||
- choco install -y visualstudio2019buildtools python3 --package-parameters "--add
|
- choco install -y visualstudio2019buildtools python3 --package-parameters "--add
|
||||||
Microsoft.VisualStudio.Component.VC.Tools.x86.x64";
|
Microsoft.VisualStudio.Component.VC.Tools.x86.x64";
|
||||||
- curl https://bootstrap.pypa.io/ez_setup.py -o ez_setup.py
|
- pip install -U pip setuptools
|
||||||
- python ez_setup.py
|
|
||||||
- |
|
- |
|
||||||
pushd ${DEPS_DIR}/ambuild
|
pushd ${DEPS_DIR}/ambuild
|
||||||
python setup.py install
|
python setup.py install
|
||||||
|
|||||||
Reference in New Issue
Block a user