Skip to content

Commit

Permalink
ci: Fix the configuration for Travis CI and AppVeyor CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ctruta committed Sep 24, 2024
1 parent f3a45ac commit 65cd5fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 1.6.x-{build}
branches:
except:
- /libpng[0-1][0-8]/
- /v[0-1][.][0-7][.][0-9]+/
- /v[0-1][.][0-8][.][0-9]+/

image:
- Visual Studio 2022
Expand Down Expand Up @@ -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"'

cache:
- C:\tools\vcpkg\installed
- C:\msys64\var\cache\pacman
- 'C:\tools\vcpkg\installed'
- 'C:\msys64\var\cache\pacman'
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
branches:
except:
- /libpng[0-1][0-8]/
- /v[0-1][.][0-7][.][0-9]+/
- /v[0-1][.][0-8][.][0-9]+/

language: c

Expand Down

0 comments on commit 65cd5fa

Please sign in to comment.