kopia lustrzana https://github.com/corrscope/corrscope
Build AppVeyor CI binaries on Python 3.8
Python 3.8 is the last release of Python to support Windows 7, which I want to keep supporting for the time being.fix-global-prefs
rodzic
f2fdd61dba
commit
07fd92d900
|
@ -8,7 +8,7 @@ branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
image: Visual Studio 2017
|
image: Visual Studio 2019
|
||||||
shallow_clone: true
|
shallow_clone: true
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -16,7 +16,7 @@ environment:
|
||||||
# https://www.appveyor.com/docs/windows-images-software/ or
|
# https://www.appveyor.com/docs/windows-images-software/ or
|
||||||
# https://www.appveyor.com/docs/linux-images-software/
|
# https://www.appveyor.com/docs/linux-images-software/
|
||||||
- pydir: 'C:\Python36'
|
- pydir: 'C:\Python36'
|
||||||
- pydir: 'C:\Python37-x64'
|
- pydir: 'C:\Python38-x64'
|
||||||
global:
|
global:
|
||||||
py: '%pydir%\python.exe'
|
py: '%pydir%\python.exe'
|
||||||
APPVEYOR_SAVE_CACHE_ON_ERROR: true
|
APPVEYOR_SAVE_CACHE_ON_ERROR: true
|
||||||
|
@ -48,7 +48,7 @@ test_script:
|
||||||
- 'poetry run codecov'
|
- 'poetry run codecov'
|
||||||
|
|
||||||
after_test:
|
after_test:
|
||||||
- 'if not "%pydir%"=="C:\Python37-x64" appveyor exit'
|
- 'if not "%pydir%"=="C:\Python38-x64" appveyor exit'
|
||||||
# Running pyinstaller is much faster on x64 I think,
|
# Running pyinstaller is much faster on x64 I think,
|
||||||
# but the resulting files are 64-bit only.
|
# but the resulting files are 64-bit only.
|
||||||
- 'poetry build'
|
- 'poetry build'
|
||||||
|
|
Ładowanie…
Reference in New Issue