We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a45ac commit 65cd5faCopy full SHA for 65cd5fa
.appveyor.yml
@@ -3,7 +3,7 @@ version: 1.6.x-{build}
3
branches:
4
except:
5
- /libpng[0-1][0-8]/
6
- - /v[0-1][.][0-7][.][0-9]+/
+ - /v[0-1][.][0-8][.][0-9]+/
7
8
image:
9
- Visual Studio 2022
@@ -77,5 +77,5 @@ build_script:
77
- 'if "%TOOLCHAIN%"=="msys2" if "%AUTOMATION%"=="makefiles" C:\msys64\usr\bin\bash.exe -l "%APPVEYOR_BUILD_FOLDER%\ci\ci_verify_makefiles.sh"'
78
79
cache:
80
- - C:\tools\vcpkg\installed
81
- - C:\msys64\var\cache\pacman
+ - 'C:\tools\vcpkg\installed'
+ - 'C:\msys64\var\cache\pacman'
.travis.yml
@@ -1,7 +1,7 @@
1
2
language: c
0 commit comments