Browse Source

Target Ubuntu in Appveyor CI build

AppVeyor has released support for targetting Ubuntu 18.04 environments.
This adds Ubuntu to the list of build images for Appveyor to use.
pull/1149/head
Chris Johnston 7 years ago
parent
commit
008ddb35b2
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      appveyor.yml

+ 4
- 2
appveyor.yml View File

@@ -2,7 +2,9 @@ version: build-{build}
branches: branches:
only: only:
- dev - dev
image: Visual Studio 2017
image:
- Visual Studio 2017
- Ubuntu


nuget: nuget:
disable_publish_on_pr: true disable_publish_on_pr: true
@@ -58,4 +60,4 @@ deploy:
secure: D+vW2O2LBf/iJb4f+q8fkyIW2VdIYIGxSYLWNrOD4BHlDBZQlJipDbNarWjUr2Kn secure: D+vW2O2LBf/iJb4f+q8fkyIW2VdIYIGxSYLWNrOD4BHlDBZQlJipDbNarWjUr2Kn
symbol_server: https://www.myget.org/F/rogueexception/symbols/api/v2/package symbol_server: https://www.myget.org/F/rogueexception/symbols/api/v2/package
on: on:
branch: dev
branch: dev

Loading…
Cancel
Save