setup tools

This commit is contained in:
Kyle
2020-12-22 21:32:34 +08:00
parent 12fd913395
commit 797c220daf
+3 -4
View File
@@ -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