mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	test-windows.yml clean names
This commit is contained in:
		
							parent
							
								
									e1d3437644
								
							
						
					
					
						commit
						113a72633a
					
				
							
								
								
									
										10
									
								
								.github/workflows/test-windows.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/test-windows.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -104,7 +104,7 @@ jobs:
 | 
				
			||||||
        copy /Y /B *.lib %INCLIB%
 | 
					        copy /Y /B *.lib %INCLIB%
 | 
				
			||||||
        copy /Y /B zlib.lib %INCLIB%\z.lib
 | 
					        copy /Y /B zlib.lib %INCLIB%\z.lib
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Build dependencies / libtiff
 | 
					    - name: Build dependencies / LibTIFF
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        set INCLUDE=C:\Program Files (x86)\Microsoft SDKs\Windows\V7.1A\Include
 | 
					        set INCLUDE=C:\Program Files (x86)\Microsoft SDKs\Windows\V7.1A\Include
 | 
				
			||||||
        set INCLIB=%GITHUB_WORKSPACE%\winbuild\depends\msvcr10-x32
 | 
					        set INCLIB=%GITHUB_WORKSPACE%\winbuild\depends\msvcr10-x32
 | 
				
			||||||
| 
						 | 
					@ -119,7 +119,7 @@ jobs:
 | 
				
			||||||
        copy /Y /B libtiff\*.dll %INCLIB%
 | 
					        copy /Y /B libtiff\*.dll %INCLIB%
 | 
				
			||||||
        copy /Y /B libtiff\*.lib %INCLIB%
 | 
					        copy /Y /B libtiff\*.lib %INCLIB%
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Build dependencies / webp
 | 
					    - name: Build dependencies / WebP
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        set INCLUDE=C:\Program Files (x86)\Microsoft SDKs\Windows\V7.1A\Include
 | 
					        set INCLUDE=C:\Program Files (x86)\Microsoft SDKs\Windows\V7.1A\Include
 | 
				
			||||||
        set INCLIB=%GITHUB_WORKSPACE%\winbuild\depends\msvcr10-x32
 | 
					        set INCLIB=%GITHUB_WORKSPACE%\winbuild\depends\msvcr10-x32
 | 
				
			||||||
| 
						 | 
					@ -133,7 +133,7 @@ jobs:
 | 
				
			||||||
        copy /Y /B src\webp\*.h %INCLIB%\webp
 | 
					        copy /Y /B src\webp\*.h %INCLIB%\webp
 | 
				
			||||||
        copy /Y /B output\release-static\${{ matrix.architecture }}\lib\* %INCLIB%
 | 
					        copy /Y /B output\release-static\${{ matrix.architecture }}\lib\* %INCLIB%
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Build dependencies / freetype
 | 
					    - name: Build dependencies / FreeType
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        REM Toolkit v100 not available; missing VCTargetsPath; Clean fails
 | 
					        REM Toolkit v100 not available; missing VCTargetsPath; Clean fails
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -152,7 +152,7 @@ jobs:
 | 
				
			||||||
        copy /Y /B objs\${{ matrix.platform-msbuild }}\Release\freetype.dll %INCLIB%
 | 
					        copy /Y /B objs\${{ matrix.platform-msbuild }}\Release\freetype.dll %INCLIB%
 | 
				
			||||||
        copy /Y /B objs\${{ matrix.platform-msbuild }}\Release\freetype.lib %INCLIB%
 | 
					        copy /Y /B objs\${{ matrix.platform-msbuild }}\Release\freetype.lib %INCLIB%
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Build dependencies / lcms2
 | 
					    - name: Build dependencies / LCMS2
 | 
				
			||||||
      if: false
 | 
					      if: false
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        REM Projects\VC2015\lcms2.sln is not available in lcms2-2.7
 | 
					        REM Projects\VC2015\lcms2.sln is not available in lcms2-2.7
 | 
				
			||||||
| 
						 | 
					@ -171,7 +171,7 @@ jobs:
 | 
				
			||||||
        xcopy /Y /E /Q include %INCLIB%
 | 
					        xcopy /Y /E /Q include %INCLIB%
 | 
				
			||||||
        copy /Y /B Lib\MS\*.lib %INCLIB%
 | 
					        copy /Y /B Lib\MS\*.lib %INCLIB%
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Build dependencies / openjpeg
 | 
					    - name: Build dependencies / OpenJPEG
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        set INCLUDE=C:\Program Files (x86)\Microsoft SDKs\Windows\V7.1A\Include
 | 
					        set INCLUDE=C:\Program Files (x86)\Microsoft SDKs\Windows\V7.1A\Include
 | 
				
			||||||
        set INCLIB=%GITHUB_WORKSPACE%\winbuild\depends\msvcr10-x32
 | 
					        set INCLIB=%GITHUB_WORKSPACE%\winbuild\depends\msvcr10-x32
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -38,7 +38,7 @@ class TestImageShow(PillowTestCase):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @unittest.skipUnless(
 | 
					    @unittest.skipUnless(
 | 
				
			||||||
        on_ci() and not (sys.platform == "win32" and on_github_actions()),
 | 
					        on_ci() and not (sys.platform == "win32" and on_github_actions()),
 | 
				
			||||||
        "Only run on CIs; hangs on Windows on Github Actions",
 | 
					        "Only run on CIs; hangs on Windows on GitHub Actions",
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
    def test_show(self):
 | 
					    def test_show(self):
 | 
				
			||||||
        for mode in ("1", "I;16", "LA", "RGB", "RGBA"):
 | 
					        for mode in ("1", "I;16", "LA", "RGB", "RGBA"):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user