Remove CI builds not using C++11

Also add MSVS 2019 and 2022 builds to AppVeyor.
This commit is contained in:
Vadim Zeitlin 2022-10-07 02:34:11 +02:00
parent 8a77fae68b
commit 04f30658cd
3 changed files with 6 additions and 11 deletions

View file

@ -71,7 +71,7 @@ jobs:
use_xvfb: true
- name: Ubuntu 18.04 wxGTK 3 STL
runner: ubuntu-18.04
configure_flags: --enable-cxx11 --enable-stl --disable-compat30
configure_flags: --enable-stl --disable-compat30
use_xvfb: true
- name: Ubuntu 18.04 wxGTK 3 with clang
runner: ubuntu-18.04

View file

@ -63,7 +63,6 @@ jobs:
- name: macOS 11 wxOSX
runner: macos-11
cmake_generator: Xcode
cmake_defines: -DCMAKE_CXX_STANDARD=11
- name: macOS 11 wxIOS
runner: macos-11
cmake_generator: Xcode

View file

@ -3,7 +3,6 @@ version: '{build}'
branches:
only:
- master
- WX_3_0_BRANCH
skip_commits:
files:
@ -38,27 +37,24 @@ environment:
CONFIGURATION: DLL Release
ARCH: x64
wxUSE_STL: 1
- TOOLSET: nmake
VS: '9.0'
BUILD: release
ARCH: x86
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
- TOOLSET: nmake
VS: '14.0'
BUILD: debug
ARCH: amd64
wxUSE_STL: 1
wxUSE_WEBVIEW_EDGE: 1
- TOOLSET: mingw
- TOOLSET: msys2
MSYSTEM: MINGW32
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- TOOLSET: cmake
GENERATOR: 'Visual Studio 12'
GENERATOR: 'Visual Studio 15 2017'
SHARED: ON
CONFIGURATION: Release
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- TOOLSET: cmake_qt
GENERATOR: 'Visual Studio 14 2015 Win64'
SHARED: ON
CONFIGURATION: Release
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
clone_depth: 50