uxebu / bonsai

BonsaiJS is a graphics library and renderer
http://bonsaijs.org
Other
1.96k stars 189 forks source link

make test-fails - missing ci-tools #200

Open kesla opened 11 years ago

kesla commented 11 years ago

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

kesla commented 11 years ago

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 :(

iamdustan commented 11 years ago

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

klipstein commented 11 years ago

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.

kesla commented 11 years ago

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