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

Set up CI #141

Closed
thSoft opened this issue Feb 19, 2018 · 4 comments
Closed

Set up CI #141

thSoft opened this issue Feb 19, 2018 · 4 comments
Assignees
Milestone

Comments

@thSoft
Copy link
Owner

thSoft commented Feb 19, 2018

Prerequisite: the include files in the LilyPond installation should be copied to the build server.

@thSoft thSoft self-assigned this Feb 23, 2018
thSoft added a commit that referenced this issue Feb 23, 2018
thSoft added a commit that referenced this issue Feb 23, 2018
thSoft added a commit that referenced this issue Feb 23, 2018
thSoft added a commit that referenced this issue Feb 23, 2018
@nittka
Copy link
Collaborator

nittka commented Feb 24, 2018

I saw that the tests are failing. The lilypond path variable set for test execution looks as expected to me. Is there a way to check whether the shared files are present in the expected location (maybe add ls on the expected paths to the build script)?

@thSoft
Copy link
Owner Author

thSoft commented Feb 24, 2018

Yes, I experimented with Travis. Unfortunately -Dlilypond.path=/home/travis/bin/lilypond gets passed to Maven (see build), which is incorrect since it is only a symlink to the LilyPond executable in the real installation location. build.sh tries to resolve the symlink with -Dlilypond.path=$(readlink -f "$(which lilypond)") but somehow it doesn't resolve.

@thSoft
Copy link
Owner Author

thSoft commented Feb 24, 2018

Finally, the build is fixed: https://travis-ci.org/thSoft/elysium/

@thSoft thSoft closed this as completed Feb 24, 2018
@nittka
Copy link
Collaborator

nittka commented Feb 24, 2018

Congratulations!

@thSoft thSoft added this to the 0.6.0 milestone Feb 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants