Commit Graph

15 Commits

Author SHA1 Message Date
Doug Bunting 618a73b399 Support building with Core CLR (on Linux)
- hits all of the checkboxes in #272

Specify test runtime explicitly and support testing w/ DNX Core on Linux
- turn on DNX Core on Linux testing with `--test-dnxcore` target
  - or `KOREBUILD_TEST_DNXCORE` environment variable

Work around aspnet/dnx#2566
- builds fail with DNX Core on Linux otherwise

Do not attempt to install nodejs if not on Windows

Use user's `default` DNVM when `%SKIP_DNX_INSTALL%` defined on Windows
- enables builds with DNX Core
- should be the default for new repos; older repos can opt in

Use consistent case for all `--quiet` environment variables
  - also name these variables consistently; start w/ `KOREBUILD_`
- environment variables are case-sensitive on Linux and mixed case was annoying
- also get rid of leading space in these environment variable values

Check `IsLinux` and not `IsMono`
- `IsMono` is always `true` on Linux since Sake always runs in Mono there
  - but `IsLinux` is the right question

nits:
- remove tabs from a few files
- remove compilation warnings in local `makefile.shade`
2015-10-05 23:02:50 -07:00
N. Taylor Mullen 83aa5b12f2 Update 'build.cmd' alias parameter to use full name. 2015-10-01 12:21:29 -07:00
Nate McMaster c2db08e3a7 Update build-template 2015-09-17 09:21:08 -07:00
Suhas Joshi f8fa1eef0f Adding support to pin version and tag prerelease 2015-05-18 15:02:56 -07:00
Doug Bunting 878541c220 Do not use deprecated `dnvm -x86` switch
- avoid `The -x86 switch has been deprecated. Use the '-arch x86' parameter instead`
2015-03-11 15:24:34 -07:00
Troy Dai e46896b7cd Futher renaming work
1. SKIP_KVM_INSTALL => SKIP_DNX_INSTALL
2. Update k test
2015-03-07 16:08:24 -08:00
Troy Dai 197ef48120 Rename k => dnx and update kvm to dnvm 2015-03-07 15:10:32 -08:00
Wei Wang 6c55b360d0 Rename dotnetsdk to kvm 2015-01-28 16:31:17 -08:00
Pranav K 361f083117 Updating build scripts to use dotnetsdk instead of kvm 2015-01-20 00:29:57 -08:00
David Fowler 3b0058ddd9 Updated the build template to use the new kvm 2014-09-05 01:33:39 -07:00
Pranav K f467b1f8f3 Adding switch to build.cmd to skip KRE install 2014-06-03 10:11:51 -07:00
Louis DeJardin 98cac2df27 Updated build.cmd template 2014-05-02 17:15:38 -07:00
Louis DeJardin c1e8c7a0f7 Updating KoreBuild to use kvm/kpm/kre 2014-05-02 14:29:57 -07:00
Pranav K 3ac3af1daf Cache nuget.exe in %LocalAppData% instead of downloading it everytime 2014-02-02 07:50:04 -08:00
David Fowler e79aefce8b Added template files and updated the init task. 2014-01-28 22:50:42 -08:00