Skip to content
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

Show build status inside README #26

Open
paulvi opened this issue Apr 22, 2014 · 2 comments
Open

Show build status inside README #26

paulvi opened this issue Apr 22, 2014 · 2 comments

Comments

@paulvi
Copy link
Contributor

paulvi commented Apr 22, 2014

Show build status for master branch inside README

For example https://github.com/nodeclipse/nodeclipse-1/#nodeclipse---nodejs-development-in-eclipse-based-ide

Build Status

Currently:

git checkout 3.0.0-M12

If you do not perform the checkout, you will be in the master branch. We develop directly onto this branch and you may encounter intermediate errors. Checkout the latest stable branch before compiling.

Your master must compile without errors always.

I tried 2 times and it fails

Building of project failed

[INFO]    Compiling 4 permutations
[INFO]       Compiling permutation 0...
[INFO]       Process output
[INFO]          Compiling
[INFO]             Compiling permutation 1...

stops on this line.

@sunix
Copy link
Contributor

sunix commented Apr 22, 2014

There is no more lines after ? it seems that your GWT compilation is hanging somehow.
Could you try with these Maven option

export MAVEN_OPTS="-Xshare:auto -Xms256M -Xmx1G -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=256m -Dgwt.compiler.localWorkers=2"

(from http://docs.codenvy.com/sdk/system-requirements/)

The build seems to be OK on jenkins

@paulvi
Copy link
Contributor Author

paulvi commented Apr 22, 2014

Could you try with these Maven option

How to pass MAVEN_OPTS in Codenvy IDE ?
I am building online
https://codenvy.com/ide/enide.github

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

No branches or pull requests

2 participants