setup tools

This commit is contained in:
Kyle
2020-12-22 21:24:21 +08:00
parent cdb17ce0b8
commit 12fd913395
+2 -1
View File
@@ -32,7 +32,8 @@ jobs:
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";
- (Invoke-WebRequest https://bootstrap.pypa.io/ez_setup.py).Content | python - - curl https://bootstrap.pypa.io/ez_setup.py -o ez_setup.py
- python ez_setup.py
- | - |
pushd ${DEPS_DIR}/ambuild pushd ${DEPS_DIR}/ambuild
python setup.py install python setup.py install