mirror of
https://github.com/nzeemin/ukncbtl-utils.git
synced 2025-04-18 06:04:02 +03:00
Updating CI files.
This commit is contained in:
parent
0131c32440
commit
156e4fef34
@ -1,4 +1,3 @@
|
||||
image: Visual Studio 2015
|
||||
|
||||
init:
|
||||
- git config --global core.autocrlf input
|
||||
@ -16,9 +15,17 @@ configuration:
|
||||
- Debug
|
||||
- Release
|
||||
|
||||
# See https://www.appveyor.com/docs/windows-images-software/
|
||||
environment:
|
||||
matrix:
|
||||
- toolchain: msvc13
|
||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||
- toolchain: msvc15
|
||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||
- toolchain: msvc17
|
||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||
- toolchain: msvc19
|
||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||
|
||||
build:
|
||||
project: UkncbtlUtils-VS2013.sln
|
||||
|
@ -6,6 +6,9 @@ matrix:
|
||||
include:
|
||||
- { os: linux, dist: trusty, compiler: gcc }
|
||||
- { os: linux, dist: trusty, compiler: clang }
|
||||
- { os: linux, dist: xenial, compiler: clang }
|
||||
- { os: linux, dist: bionic, compiler: clang }
|
||||
- { os: linux, dist: focal, compiler: clang }
|
||||
- { os: osx, compiler: gcc }
|
||||
- { os: osx, compiler: clang }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user