From 65cd5fa3e5c466c3f3ce797883f040a3702f9f19 Mon Sep 17 00:00:00 2001 From: Cosmin Truta Date: Tue, 24 Sep 2024 22:12:25 +0300 Subject: [PATCH] ci: Fix the configuration for Travis CI and AppVeyor CI --- .appveyor.yml | 6 +++--- .travis.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 495d90afb4..70d5e00d44 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 @@ -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' diff --git a/.travis.yml b/.travis.yml index 5b3369e25f..b93aa77d93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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