Commit Graph

28 Commits

Author SHA1 Message Date
Ryan Gribble 7f69669f4b Add to helper script 2015-12-19 21:21:23 +10:00
Brendan Forster cbd4b87925 a bit more whitespace here too 2015-12-14 10:57:01 +10:30
Brendan Forster 8cc86933d2 update the environment variable for the current process at the same time 2015-12-14 10:57:01 +10:30
Brendan Forster 24d6221380 a bit more spacing 2015-12-14 10:57:00 +10:30
Brendan Forster 671e434e7f writing some evenmore dumber powershell 2015-12-14 10:56:57 +10:30
Brendan Forster 9b31e1b86d added the first few values necessary to run tests 2015-12-14 10:56:56 +10:30
Steffen Forkmann 15cee0a19e Use latest FAKE version 2.18.1 2014-06-16 11:53:37 +02:00
Steffen Forkmann ef3e09e468 Use latest FAKE which contains important fixes in MSBuild 12.0 detection 2014-04-25 07:59:59 +02:00
Steffen Forkmann 43d0e45159 Using latest FAKE 2.13.1 2014-04-07 09:55:25 +02:00
Brendan Forster 14de4a6edf include convention tests in CI script 2014-03-08 16:39:57 +11:00
Steffen Forkmann d43b100b8d Using FAKE 2.10 2014-02-23 17:03:24 +01:00
Steffen Forkmann 9fe78c5ed6 Use FAKE 2.8.0 2014-02-02 16:39:13 +01:00
Steffen Forkmann b60550046a Using FAKE 2.6.0 2014-01-20 14:06:37 +01:00
Steffen Forkmann aea5487531 Use FAKE 2.4.1 2013-12-22 11:45:49 +01:00
Brendan Forster 9da0254e77 we don't need to log the error output, use CreatePackages meta-task 2013-11-27 10:13:22 -08:00
Brendan Forster 7c64e06bfc refactoring scripts so the build server can run each in-step 2013-11-26 14:39:16 -08:00
Steffen Forkmann 6949f9a27e Use FAKE 2.2 for build 2013-11-22 14:52:33 -08:00
Haacked 69f89f99b1 Make sure we build the Release config 2013-11-01 21:14:48 -07:00
Steffen Forkmann 877aec6ecf Download FAKE at the start of the cibuild. 2013-11-01 18:55:48 +01:00
Steffen Forkmann f7c2ff0814 Run Fake in the cibuild.ps1 file. 2013-11-01 18:55:47 +01:00
Phil Haack 4e6f0d2a87 Remove xunit from cibuild.ps1
I had copied this code from GHfW where we had some timeout issues with the unit tests. That's not a problem with Octokit.

By running our FullBuild, we still get test coverage with no need to duplicate xunit code here.
2013-11-01 10:06:41 -07:00
Haacked 818593bf3f Fix the CI build
A recent change renamed the NetCore Octokit assembly to Octokit.dll.
Since both our test projects are in the same directory, one will cause
the NetCore Octokit.dll to overwrite the Net45 Octokit.dll. This commit
makes sure the unit tests compile to different directories.
2013-10-31 16:15:40 -07:00
Haacked 5d15d34c31 Add OctokitRT unit tests to the build 2013-10-04 10:31:17 -07:00
half-ogre dcc7c12dd8 remove where we try to run tests for RT 2013-09-27 12:45:26 -07:00
Haacked 3b5b4f2e9b Run OctokitRT tests 2013-09-24 14:00:40 -07:00
Haacked 997e955f38 Rename to Octokit to be consistent with other API libs
GitHub is naming all of the libraries Octokit for their respective
platforms
2013-01-29 14:00:27 -08:00
Haacked 368c1123c7 Source rename of Nocto to Octopi
Next step is folder names etc.
2013-01-26 12:30:04 -08:00
Haacked 2a9f0460bf Add build and CI scripts
These were copied from GHfW but stripped of any sensitive information.
2013-01-09 14:29:50 -08:00