11image :
2- - Visual Studio 2019
3- - ubuntu2004
2+ - Visual Studio 2022
3+ - ubuntu2204
44
55configuration :
66 - release
@@ -15,15 +15,15 @@ environment:
1515 APPVEYOR_SAVE_CACHE_ON_ERROR : true
1616 VCPKG_DIR : C:\Tools\vcpkg
1717 VCPKG_BINARY_SOURCES : ' clear;files,C:\Tools\vcpkg.cache,readwrite'
18- VCPKG_REF : ' 408ffb232c30189278a3deb30fb51622036692d5 '
18+ VCPKG_REF : ' 000d1bda1ffa95a73e0b40334fa4103d6f4d3d48 '
1919 VCPKG_DEFAULT_TRIPLET : x64-windows
2020 QT_DIR : C:\Qt\5.15\msvc2019_64
2121 BUILD_TYPE : RelWithDebInfo
2222
2323init :
2424 - echo %APPVEYOR_BUILD_WORKER_IMAGE%
2525 - echo %CONFIGURATION%
26- - cmd : call "C:\Program Files (x86)\Microsoft Visual Studio\2019 \Community\VC\Auxiliary\Build\vcvars64.bat"
26+ - cmd : call "C:\Program Files (x86)\Microsoft Visual Studio\2022 \Community\VC\Auxiliary\Build\vcvars64.bat"
2727 # - cmd: set Path=%QT_DIR%\bin;%Path%
2828
2929install :
@@ -42,18 +42,18 @@ install:
4242 - sh : sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
4343 - sh : sudo add-apt-repository ppa:mhier/libboost-latest
4444 - sh : wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | sudo apt-key add -
45- - sh : sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main'
45+ - sh : sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ jammy main'
4646 - sh : sudo apt update -q
4747 - sh : sudo apt install -yq build-essential ninja-build git cmake clang imagemagick
4848 - sh : sudo apt install -yq libboost-all-dev qtbase5-dev qttools5-dev
4949 # Catch2 is not yet in a repo, so build+install ourselves
50- - sh : git clone -b v2.x https://github.com/catchorg/Catch2.git ~/catch2
50+ - sh : git clone -b v3.4.0 https://github.com/catchorg/Catch2.git ~/catch2
5151 - sh : cmake -S~/catch2 -B~/catch2.build -DBUILD_TESTING=OFF -DCMAKE_INSTALL_PREFIX=/usr
5252 - sh : sudo cmake --build ~/catch2.build -- install
5353
5454
5555before_build :
56- - cmd : cmake -G "Visual Studio 16 2019 " -A x64 -T v142 -DVCPKG_TARGET_TRIPLET=%VCPKG_DEFAULT_TRIPLET% -DCMAKE_TOOLCHAIN_FILE=C:/Tools/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_BUILD_TYPE=%BUILD_TYPE% -H%APPVEYOR_BUILD_FOLDER% -B%APPVEYOR_BUILD_FOLDER%/build
56+ - cmd : cmake -G "Visual Studio 17 2022 " -A x64 -DVCPKG_TARGET_TRIPLET=%VCPKG_DEFAULT_TRIPLET% -DCMAKE_TOOLCHAIN_FILE=C:/Tools/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_BUILD_TYPE=%BUILD_TYPE% -H%APPVEYOR_BUILD_FOLDER% -B%APPVEYOR_BUILD_FOLDER%/build
5757 - sh : cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -S${APPVEYOR_BUILD_FOLDER} -B${APPVEYOR_BUILD_FOLDER}/build
5858
5959build_script :
0 commit comments