Commit Graph

29 Commits

Author SHA1 Message Date
Nate McMaster 6584a8b5fd Shorten folder names
Remove the Microsoft.AspNetCore.Server prefix from csproj and their folders. This is required to help us avoid max path issues on Windows.
2017-07-28 11:11:55 -07:00
Aristarkh Zagorodnikov a247a3d8e6 Attempting to fix systemd activation with minimal changes (#1925) 2017-06-29 11:01:03 -07:00
Stephen Halter 3fcd909d90 Temporarily disable systemd activation test (#1918) 2017-06-26 15:51:09 -07:00
Stephen Halter ea2f1033d3 Make Transport.Abstractions pubternal (#1911)
* Remove Sockets transport dependency from primary package
* Use deprecated travis images to keep systemd tests running

https://blog.travis-ci.com/2017-06-21-trusty-updates-2017-Q2-launch
2017-06-21 14:58:57 -07:00
Cesar Blum Silveira 005b884b7d Build rel/ branches on Travis and AppVeyor. 2017-04-27 18:07:57 -07:00
Nate McMaster ca5581461c
Update Travis to macOS Sierra
[skip appveyor]
2017-03-21 11:44:08 -07:00
Nate McMaster 199329bed0 Update appveyor to VS 2017 2017-03-14 12:39:39 -07:00
David Fowler 49d058a997 No mono (#1472) 2017-03-08 18:47:52 -08:00
Nate McMaster aaea173cba Update AppVeyor and Travis settings 2017-03-02 09:44:00 -08:00
Stephen Halter 64b6563249 Run Travis and AppVeyor builds on feature/dev-si 2017-02-28 15:28:31 -08:00
Stephen Halter 2351c1b558 Create a direct way to configure Kestrel endpoints
- Replace endpoint configuration via .UseUrls() or --server.urls with Listen*
  methods on KestrelSerrverOptions.
- Replace IConnectionFilter with IConnectionAdapter which no longer exposes
  ServerAddress via a context.
- Simplify libuv Listener classes
- Support systemd socket activation
- Add docker-based test for systemd socket activation to be run on Travis
2017-01-06 17:37:58 -08:00
N. Taylor Mullen ad2a00dbbd Update .travis.yml osx image to xcode7.3. 2016-12-08 10:03:35 -08:00
Doug Bunting 4dc2a38af2 Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- install packages used in other repos; explicit and avoids issues as (Beta) Trusty image changes
2016-09-04 19:55:31 -07:00
BrennanConroy 7704ddfc7f Update .travis.yml 2016-08-02 13:16:23 -07:00
Cesar Blum Silveira 8df6fbc500 Fix Travis build on OSX. 2016-05-26 22:13:28 -07:00
Stephen Halter c567e4814a Clean up Travis builds
- No longer build libuv in .travis.yml
- The Ubuntu libuv build should now be taken from http://github.com/aspnet/libuv-build
- Remove unneeded packages from .travis.yml
- Stop skipping mono tests
2016-03-31 12:25:01 -07:00
Nate McMaster 6493bd7678 Fix backslashes in yml config.
[ci skip]
2016-03-09 17:44:48 -08:00
Nate McMaster b61942a559 Limit the branches that build on our public CI.
[ci skip]
2016-03-09 16:35:07 -08:00
Cesar Blum Silveira 9c64a49261 Enable OSX builds on Travis (#660). 2016-03-01 15:58:00 -08:00
Cesar Blum Silveira 6757a31fd2 Build with dotnet (#571). 2016-02-01 14:37:47 -08:00
Doug Bunting 7e8a405917 Specify all required packages in `.travis.yml`
- most seem to be included in current Travis bundles but Trusty support is in Beta
2015-11-17 16:33:20 -08:00
Doug Bunting 82b1238b27 Explicitly choose Mono 4.0.5
- avoids future problems related to aspnet/External#48
  - e.g. when Travis updates default Mono version in `csharp` bundle
2015-11-17 11:05:58 -08:00
Doug Bunting 8c0a1701cd Nit: Set `KoreBuild_*` environment variables consistently 2015-11-16 15:59:16 -08:00
Doug Bunting aa2b65efcc Execute `dnu restore` in Travis builds with .NET Core 2015-11-16 15:59:14 -08:00
Cesar Blum Silveira dd1ffa5f84 Skip some tests on Mono to prevent CI hangs. 2015-11-13 11:07:21 -08:00
Brennan be06eec7ba Install Libuv on Travis 2015-07-31 11:32:01 -07:00
N. Taylor Mullen ee9211a116 Update .travis.yml and appveyor.yml to build quietly. 2015-04-07 16:15:45 -07:00
N. Taylor Mullen f91f3da29c Turn off sudo for .travis.yml. 2015-04-01 17:06:34 -07:00
N. Taylor Mullen 180aa13d30 Add travis and appveyor CI support. 2015-04-01 15:51:37 -07:00