mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-30 09:53:39 +03:00
Merge pull request #1283 from hugovk/win_build_all_branches
Windows: build all branches
This commit is contained in:
commit
13f828c47e
|
@ -1,7 +1,4 @@
|
||||||
version: 2.9.pre.{build}
|
version: 2.9.pre.{build}
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- winbuild
|
|
||||||
shallow_clone: true
|
shallow_clone: true
|
||||||
clone_folder: c:\pillow
|
clone_folder: c:\pillow
|
||||||
init:
|
init:
|
||||||
|
@ -27,4 +24,4 @@ build_script:
|
||||||
test_script:
|
test_script:
|
||||||
- cd c:\pillow
|
- cd c:\pillow
|
||||||
- '%PYTHON%\Scripts\pip.exe install nose'
|
- '%PYTHON%\Scripts\pip.exe install nose'
|
||||||
- '%PYTHON%\python.exe test-installed.py'
|
- '%PYTHON%\python.exe test-installed.py'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user