Skip to content

Commit 65cd5fa

Browse files
committedSep 24, 2024·
ci: Fix the configuration for Travis CI and AppVeyor CI
1 parent f3a45ac commit 65cd5fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.appveyor.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 1.6.x-{build}
33
branches:
44
except:
55
- /libpng[0-1][0-8]/
6-
- /v[0-1][.][0-7][.][0-9]+/
6+
- /v[0-1][.][0-8][.][0-9]+/
77

88
image:
99
- Visual Studio 2022
@@ -77,5 +77,5 @@ build_script:
7777
- 'if "%TOOLCHAIN%"=="msys2" if "%AUTOMATION%"=="makefiles" C:\msys64\usr\bin\bash.exe -l "%APPVEYOR_BUILD_FOLDER%\ci\ci_verify_makefiles.sh"'
7878

7979
cache:
80-
- C:\tools\vcpkg\installed
81-
- C:\msys64\var\cache\pacman
80+
- 'C:\tools\vcpkg\installed'
81+
- 'C:\msys64\var\cache\pacman'

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
branches:
22
except:
33
- /libpng[0-1][0-8]/
4-
- /v[0-1][.][0-7][.][0-9]+/
4+
- /v[0-1][.][0-8][.][0-9]+/
55

66
language: c
77

0 commit comments

Comments
 (0)
Please sign in to comment.