uxebu/bonsai

make test-fails - missing ci-tools

kesla opened this issue · 4 comments

Hi!

Where can I find ci-tools that the Makefile links to (https://github.com/uxebu/bonsai/blob/master/Makefile#L14). There's nothing at https://github.com/uxebu/ci-tools

Hello, any update on this? I'm interested in contributing to bonsai, but it's a little difficult when I can't run any tets :(

Hey @kesla. Those are internal tools to Uxebu right now. You can run make test-phantom to run the jasmine tests inside of phantom, or just open tests/runner.html in your browser. There is/(was) work on revamping that process to make it easier for contributors. Though I don’t know the status of that.

cc @klipstein

We are currently switching to Grunt as task-tool in this branch: https://github.com/uxebu/bonsai/tree/grunt. I'll let you know when it is merged.

The Makefile still contains things that our internal CI system needs.

@klipstein That is awesome news! And @iamdustan, thanks for the tip on how to run the tests now.