mozilla / scanjs

[DEPRECATED] Static analysis tool for javascript code.
Other
428 stars 39 forks source link

Continuous Integration? #121

Closed mozfreddyb closed 2 years ago

mozfreddyb commented 10 years ago

I'd like this to be tested regularly to make sure the master repo is always green.

There are some bits I have scratched together from the web, but I would prefer if someone else took it :)

Who wants to take it? :P

pauljt commented 10 years ago

Maybe in the long run - seems unnecessary given there is only the three of of us merging. I think we’d be better off focusing on a more comprehensive test suite first.

On 16 Apr 2014, at 7:30 pm, Frederik notifications@github.com wrote:

I'd like this to be tested regularly to make sure the master repo is always green.

There are some bits I have scratched together from the web, but I would prefer if someone else took it :)

We have a jenkins CI instance at Mozilla and I hope we can use it. https://ci.mozilla.org/ There are ways to have jenkins run JS tests: http://blog.martinhujer.cz/integrating-javascript-nodejs-jenkins/ It seems Mocha doesnt require a browser. https://visionmedia.github.io/mocha/#installation Who wants to take it? :P

— Reply to this email directly or view it on GitHub.

pwnetrationguru commented 10 years ago

Yah, I don't think we follow a strict enough development process to warrant continuous integration. That being said, it's always a good thing to have! :)

mozfreddyb commented 10 years ago

I think it should become stricter :P