mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
ci: Fix the configuration for Travis CI and AppVeyor CI
This commit is contained in:
parent
f3a45ac2e9
commit
65cd5fa3e5
@ -3,7 +3,7 @@ version: 1.6.x-{build}
|
|||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- /libpng[0-1][0-8]/
|
- /libpng[0-1][0-8]/
|
||||||
- /v[0-1][.][0-7][.][0-9]+/
|
- /v[0-1][.][0-8][.][0-9]+/
|
||||||
|
|
||||||
image:
|
image:
|
||||||
- Visual Studio 2022
|
- Visual Studio 2022
|
||||||
@ -77,5 +77,5 @@ build_script:
|
|||||||
- 'if "%TOOLCHAIN%"=="msys2" if "%AUTOMATION%"=="makefiles" C:\msys64\usr\bin\bash.exe -l "%APPVEYOR_BUILD_FOLDER%\ci\ci_verify_makefiles.sh"'
|
- 'if "%TOOLCHAIN%"=="msys2" if "%AUTOMATION%"=="makefiles" C:\msys64\usr\bin\bash.exe -l "%APPVEYOR_BUILD_FOLDER%\ci\ci_verify_makefiles.sh"'
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- C:\tools\vcpkg\installed
|
- 'C:\tools\vcpkg\installed'
|
||||||
- C:\msys64\var\cache\pacman
|
- 'C:\msys64\var\cache\pacman'
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- /libpng[0-1][0-8]/
|
- /libpng[0-1][0-8]/
|
||||||
- /v[0-1][.][0-7][.][0-9]+/
|
- /v[0-1][.][0-8][.][0-9]+/
|
||||||
|
|
||||||
language: c
|
language: c
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user