~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to appveyor.yml

  • Committer: The Widelands Bunnybot
  • Date: 2022-09-04 17:44:24 UTC
  • Revision ID: bunnybot@widelands.org-20220904174424-4djlf2evcrd7z23u
CI System Updates (#5539)

- gcc-12.2.0 fixed the false positives, so -Werror can work again
- Appveyor now also uses the install script and the latest image

(by Noordfrees)
4aa24c6b23f71ca5c68bbf42f25cf2f9feb21ee4

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#   Appveyor build configuration  #
5
5
###################################
6
6
 
7
 
image: Visual Studio 2019
 
7
image: Visual Studio 2022
8
8
 
9
9
init:
10
10
  - cmd: "IF \"%PLATFORM%\" == \"x86\" (set MINGWPATH=C:\\msys64\\mingw32\\bin& set MINGWSUFFIX=i686& set MINGWINCLUDE=C:\\msys64\\mingw32\\include& set BITS=32) ELSE (set MINGWPATH=C:\\msys64\\mingw64\\bin& set MINGWSUFFIX=x86_64& set MINGWINCLUDE=C:\\msys64\\mingw64\\include& set BITS=64)"
26
26
  - cmd: "bash --login -c \"pacman -Suuyy --noconfirm\""
27
27
  - cmd: "bash --login -c \"pacman -Suuyy --noconfirm\""
28
28
  # Installed required libs
29
 
  - cmd: "bash --login -c \"pacman --noconfirm -S mingw-w64-%MINGWSUFFIX%-ninja mingw-w64-%MINGWSUFFIX%-asio mingw-w64-%MINGWSUFFIX%-icu mingw-w64-%MINGWSUFFIX%-SDL2_ttf mingw-w64-%MINGWSUFFIX%-SDL2_mixer mingw-w64-%MINGWSUFFIX%-SDL2_image mingw-w64-%MINGWSUFFIX%-glew\""
 
29
  - cmd: "bash --login -c \"%APPVEYOR_BUILD_FOLDER:\\=/%/install-dependencies.sh msys%BITS% --noconfirm\""
30
30
  # Downgrade incompatible packages to working version
31
31
  # - cmd: "bash --login -c \"pacman --noconfirm -U https://repo.msys2.org/mingw/%MINGWSUFFIX%/mingw-w64-%MINGWSUFFIX%-libtiff-4.3.0-3-any.pkg.tar.zst\""
32
32