Skip to content

Commit

Permalink
ci: Fix and update 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 9d5fa86 commit 96b8e64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: 1.6.x-{build}
version: 1.8.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 @@ -67,7 +67,7 @@ before_build:
- 'set CI_CMAKE_BUILD_FLAGS=-j2'
- 'set CI_CTEST_FLAGS=-j2'
- 'set CI_MAKE_FLAGS=-j2'
- 'set CI_MAKEFILES=scripts/makefile.gcc scripts/makefile.msys scripts/makefile.std'
- 'set CI_MAKEFILES=scripts/makefile.gcc scripts/makefile.std'

build_script:
- 'if "%TOOLCHAIN%"=="vstudio" C:\msys64\usr\bin\bash.exe -l "%APPVEYOR_BUILD_FOLDER%\ci\ci_verify_cmake.sh"'
Expand All @@ -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 96b8e64

Please sign in to comment.