Skip to content

Added AppHarbor support #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 17, 2012
Merged

Added AppHarbor support #11

merged 6 commits into from
May 17, 2012

Conversation

assaframan
Copy link
Contributor

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.

mythz added a commit that referenced this pull request May 17, 2012
@mythz mythz merged commit 1868e4f into ServiceStack:master May 17, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants