Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate to appveyor #25

Open
bengreenier opened this issue Nov 27, 2018 · 0 comments
Open

migrate to appveyor #25

bengreenier opened this issue Nov 27, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@bengreenier
Copy link
Owner

Switching to appveyor seems likely to improve visibility of build failures which is huge for other contributors. This item tracks that migration, and the migration of the nuget auto-deploy.

@nefarius contributed an appveyor config file a while back that should get us started, capturing that here for now:

version: 1.5.{build}
image: Visual Studio 2017
install:
- git submodule -q update --init
before_build:
- nuget restore
platform: x86
configuration: Release
build:
  parallel: false
  project: Vcpkg-Nuget.sln
artifacts:
  - path: 'Release\*.nupkg'
@bengreenier bengreenier added the enhancement New feature or request label Nov 27, 2018
@bengreenier bengreenier mentioned this issue Nov 27, 2018
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant