Added AppHarbor support #11
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
mythz wrote to me about hosting ASP.NET services/websites using AppHarbor, I followed AppHarbor instructions to add AppHarbor support to ServiceStack.Examples.
I added a AppHarbor.sln (because we have multiple sln files in this repository I needed to create one solution that includes them all).
AppHarbor build failed because of references to missing files and assembles, so I just removed the references to them.
I also removed all the configurations except from Release and Debug from AppHarbor.sln.
Seems that AppHarbor has some issue that require to disable view precompilation in application settings. If you want you can read more about this issue here:http://support.appharbor.com/discussions/problems/4082-an-error-occured-while-compiling-the-views-an-error-occured-during-the-website-precompile
After I disabled precompilation in AppHarbor application setting - I was able to get to the tests stage.
The tests result is: "164 tests: 22 passed, 131 failed, 11 skipped" - feel free to use AppHarbor and see what tests failed and why.