ci: Fix the configuration for Travis CI and AppVeyor CI

This commit is contained in:
Cosmin Truta 2024-09-24 22:12:25 +03:00
parent f3a45ac2e9
commit 65cd5fa3e5
2 changed files with 4 additions and 4 deletions

View File

@ -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'

View File

@ -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