Commit Graph

397 Commits

Author SHA1 Message Date
Nate McMaster ec58bb7529 Add test args to dotnet-test-xunit 2016-01-12 10:48:28 -08:00
Victor Hurdugaci dba3e55c0a Update the templates 2016-01-06 16:02:05 -08:00
Victor Hurdugaci 7a19d9a9a9 Build instead of compile for samples 2016-01-06 09:56:25 -08:00
Victor Hurdugaci a3498fa5a2 Update some files 2016-01-04 15:51:25 -08:00
Brice Lambson b9a1706734 Fix path in build-template-dotnet 2015-12-28 09:36:06 -08:00
Victor Hurdugaci f1d9d74d07 Remove the --parallel flag in KoreBuild-dotnet 2015-12-22 19:04:25 -08:00
Victor Hurdugaci c2b7e415a9 Reverse the xunit arguments. The assembly comes first 2015-12-21 11:05:41 -08:00
Victor Hurdugaci 50999bb876 typo 2015-12-18 16:16:22 -08:00
Victor Hurdugaci 952fdd5a38 no parallel on Linux 2015-12-18 15:55:14 -08:00
Victor Hurdugaci c626a599a7 Run tests on CoreCLR using DNX 2015-12-18 14:52:42 -08:00
Victor Hurdugaci 76c0f12c06 Full path -because paths are hard 2015-12-18 10:08:25 -08:00
Victor Hurdugaci 0ce70ddb1c Use full path for test runner 2015-12-18 09:54:00 -08:00
Victor Hurdugaci ae85d226be Remove dnx and make CLR tests use the xunit runner 2015-12-18 09:18:44 -08:00
Andrew Stanton-Nurse 63c47a9c6d Revert "fix travis RID detection in KoreBuild"
This reverts commit c72ba87878.
2015-12-17 16:30:17 -08:00
Andrew Stanton-Nurse c72ba87878 fix travis RID detection in KoreBuild 2015-12-17 16:29:03 -08:00
Andrew Stanton-Nurse e27ce7b512 update to fixed install.ps1 2015-12-17 12:00:58 -08:00
Andrew Stanton-Nurse 29b1c2282e actually tested DorkBuild this time :) 2015-12-16 17:46:36 -08:00
Andrew Stanton-Nurse 92121e62d9 fix DorkBuild 2015-12-16 17:28:34 -08:00
Andrew Stanton-Nurse 3ae5110441 probe for Mono reference assemblies in DorkBuild 2015-12-16 17:02:41 -08:00
Victor Hurdugaci dfb033e51c Use nuget add instead of dnu packages add 2015-12-16 15:15:43 -08:00
Andrew Stanton-Nurse e5f42498ac add .build dir to gitignore 2015-12-16 14:42:11 -08:00
Victor Hurdugaci 1b05921b70 Update the git template 2015-12-15 16:19:59 -08:00
Victor Hurdugaci 77bcf111fb All line endings 2015-12-15 14:44:00 -08:00
Victor Hurdugaci 28474fdc75 Fix line endings 2015-12-15 14:34:41 -08:00
Victor Hurdugaci 3e6551f80d Move KoreBuild-dotnet from release 2015-12-15 11:53:41 -08:00
Pranav K 604640e3a0 Merge remote-tracking branch 'origin/release' into dev 2015-12-11 12:34:26 -08:00
Pranav K 03ea2f5724 Updating to release dnvm and NuGet.config 2015-12-11 12:33:57 -08:00
Pranav K 17a8be9965 Merge remote-tracking branch 'origin/release' into dev 2015-12-11 12:32:32 -08:00
Andrew Stanton-Nurse 012aa6f2a7 update env vars in DorkBuild 2015-12-11 11:23:18 -08:00
Andrew Stanton-Nurse fd26be75f9 whoops, wrong order 2015-12-11 10:36:31 -08:00
Andrew Stanton-Nurse 646067a519 add dnx install back to DorkBuild 2015-12-11 10:20:53 -08:00
Andrew Stanton-Nurse 3b57c74921 fix #332 by using dnu packages add 2015-12-11 09:56:33 -08:00
Cesar Blum Silveira b33335a144 Skip tests on Mono if KOREBUILD_TEST_SKIPMONO is set. 2015-12-08 15:25:30 -08:00
Victor Hurdugaci ce4d24159e source it on Nix 2015-12-08 11:12:26 -08:00
Victor Hurdugaci 1ccc412caf Support for dotnet 2015-12-08 10:40:43 -08:00
Victor Hurdugaci 7043b16980 KoreBuild-dotnet copy 2015-12-07 15:06:27 -08:00
John Luo 5ed05d34ac Adding directory existence check for nuget-install 2015-11-29 00:05:52 -08:00
Pranav K 64fa41457b Updating build script per RC1 branching 2015-11-24 14:53:00 -08:00
Doug Bunting 419d3a3ea5 Support restoring with .NET Core
- infrastructure for switching restores everywhere i.e. addressing #290
- e.g. add `KOREBUILD_DNU_RESTORE_CORECLR` setting to `.travis.yml` files, especially if using Trusty
2015-11-13 14:49:58 -08:00
Pranav K 2c240192cf Updating to release dnvm and NuGet.config 2015-10-27 23:02:33 -07:00
BrennanConroy 0541ba6d12 Update dnvm.cmd 2015-10-26 14:52:41 -07:00
Brennan b1c2447073 Update dnvm 2015-10-26 14:12:16 -07:00
Doug Bunting 207e97db7a Fix DNX Core testing on Windows
- avoid `cmd /C dnvm.cmd ...` because `cmd` does not report `.cmd` script exit code correctly
  - change both `_dnu.shade` and `_k.shade` though `_k.shade` is more-often an issue
- @moozzyk reported problem in [discussion](https://github.com/aspnet/Universe/pull/299#discussion-diff-41954492) of PR #299
2015-10-19 15:41:13 -07:00
Pranav K 0ea0a44e15 Refactoring script to create master branch 2015-10-19 10:45:56 -07:00
Cesar Blum Silveira fb6bbee561 Call correct build.sh when building repos. 2015-10-16 11:00:52 -07:00
Doug Bunting 4e87b0c972 Go back to running `dnu restore` with Mono
- can't fix #290 at this time; need Ubuntu 14.04 on Travis
2015-10-12 18:51:11 -07:00
Doug Bunting f8b7b6ba41 Correct typo in `build.cmd` 2015-10-12 12:34:08 -07:00
Doug Bunting 24346ea976 Fix build breaks
- correct typo in `_kpm-publish.shade`
2015-10-12 10:39:48 -07:00
Doug Bunting d679c85aa3 Always restore w/ Core CLR and build w/ CLR or Mono
- #290
- remove workaround for aspnet/dnx#2566; not needed if building with CLR or Mono
- install Core CLR DNX in `build.sh`
  - must be applied in all repos using Travis before this PR goes in
- add `Dnu()` and `Dnx()` macros
  - remove `K()` macro from `_k-test.shade`; use `Dnx()` instead
- incorporate per-repo changes not yet applied to Universe templates
  - use newer `NuGet.exe`
  - Universe itself does not need the Korebuild package or `dnvm`

Changes partially revert 618a73b e.g. always start build with CLR or Mono DNX

nits:
- reduced DNX switches and `dnvm` calls in `build.cmd`
- base NuGet skip decision on _both_ KoreBuild and Sake's installation status
- make `Quiet` variable work more reliably; small changes often led to compilation problems
  - requires a small change in DNX repo at the same time
- remove some trailing whitespace and tabs
- add a bit more description to `_k.shade`
2015-10-12 10:02:18 -07:00
Pranav K a0262a0569 Add setup to all repos list
Fixes #293
2015-10-06 16:40:54 -07:00