chocolateypackages icon indicating copy to clipboard operation
chocolateypackages copied to clipboard

Travis CI

Open AnthonyMastrean opened this issue 8 years ago • 3 comments

See

http://andrewlock.net/adding-travis-ci-to-a-net-core-app/

and

https://github.com/machine/dotnet-test-mspec/pull/5/files

AnthonyMastrean avatar Aug 05 '16 19:08 AnthonyMastrean

For Chocolatey packages I'd recommend AppVeyor over TravisCI simply because it supports Windows natively. But for custom software that needs compiled to be cross platform having TravisCI could be valuable as well. AppVeyor is actually what the AU (automatic updater) for Chocolatey packages is using (and the Chocolatey CoreTeam packages repo is converting to this as well).

espoelstra avatar Dec 21 '16 20:12 espoelstra

FYI Travis CI now supports Windows: https://docs.travis-ci.com/user/reference/windows/

nzbart avatar May 01 '19 17:05 nzbart

FYI Travis CI now supports Windows: docs.travis-ci.com/user/reference/windows

Even better: https://docs.travis-ci.com/user/reference/windows/#chocolatey

Chocolatey

Chocolatey, the package manager for Windows, is installed and can be used to install Windows packages.

virgilwashere avatar May 11 '19 02:05 virgilwashere