mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Appveyor: newer base image which comes with strawberryperl installed
https://www.appveyor.com/docs/windows-images-software/ https://www.appveyor.com/docs/build-environment/
This commit is contained in:
parent
ac3291dbb8
commit
9ff8d3b616
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
||||||
---
|
---
|
||||||
|
image: Visual Studio 2019
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- PYTHON: "C:\\Python37"
|
- PYTHON: "C:\\Python39"
|
||||||
# Shamelessly taken from https://github.com/plicease/Dist-Zilla-PluginBundle-Author-Plicease/blob/master/.appveyor.yml
|
# Shamelessly taken from https://github.com/plicease/Dist-Zilla-PluginBundle-Author-Plicease/blob/master/.appveyor.yml
|
||||||
# Thanks!
|
# Thanks!
|
||||||
install:
|
install:
|
||||||
- choco install strawberryperl
|
# - choco install strawberryperl
|
||||||
- copy %PYTHON%\python.exe %PYTHON%\python3.exe
|
- copy %PYTHON%\python.exe %PYTHON%\python3.exe
|
||||||
- SET PATH=%PYTHON%;%PYTHON%\Scripts;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
|
- SET PATH=%PYTHON%;%PYTHON%\Scripts;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
|
||||||
- python3 -mpip install Pillow attrs configobj flake8 flake8-import-order
|
- python3 -mpip install Pillow attrs configobj flake8 flake8-import-order
|
||||||
|
|
Loading…
Add table
Reference in a new issue