CI: updates

This commit is contained in:
JustArchi
2019-06-01 15:45:39 +02:00
parent 6c5e6911d5
commit a4c0ed4304
2 changed files with 5 additions and 5 deletions

View File

@@ -85,5 +85,5 @@ matrix:
dist: xenial
- os: osx
# Ref: https://docs.travis-ci.com/user/reference/osx
dotnet: 2.2.203 # For OSX, we need absolute dotnet version until https://github.com/dotnet/core-setup/issues/4187 is resolved
dotnet: 2.2.300 # For OSX, we need absolute dotnet version until https://github.com/dotnet/core-setup/issues/4187 is resolved
osx_image: xcode10.2

View File

@@ -2,7 +2,7 @@ version: '{build}-{branch}'
pull_requests:
do_not_increment_build_number: true
skip_branch_with_pr: true
image: Visual Studio 2017
image: Visual Studio 2019
configuration: Release
clone_depth: 10
environment:
@@ -18,7 +18,7 @@ environment:
VARIANTS: generic generic-netf linux-arm linux-x64 osx-x64 win-x64 # NOTE: When modifying variants, don't forget to update ASF_VARIANT definitions in SharedInfo.cs!
matrix:
allow_failures:
- image: Visual Studio 2017 Preview
- image: Visual Studio 2019 Preview
fast_finish: true
install:
- pwsh: >-
@@ -203,7 +203,7 @@ after_test:
}
# If this build is going to be deployed further, prefer maximum compression
if ($env:APPVEYOR_BUILD_WORKER_IMAGE -eq 'Visual Studio 2017') {
if ($env:APPVEYOR_BUILD_WORKER_IMAGE -eq 'Visual Studio 2019') {
$compressionArgs = '-mx=9', '-mpass=15'
if ($compressionMethod -eq 'Deflate64') {
@@ -259,7 +259,7 @@ deploy:
on:
branch: master
configuration: Release
appveyor_build_worker_image: Visual Studio 2017
appveyor_build_worker_image: Visual Studio 2019
appveyor_repo_tag: true
notifications:
- provider: Webhook