bensu / doo

doo is a library and lein plugin to run cljs.test on different js environments.
Eclipse Public License 1.0
324 stars 63 forks source link

Add CI testing for doo #54

Closed danielcompton closed 8 years ago

danielcompton commented 8 years ago

It would be good to have CI to run tests against doo to prevent regressions. One way to approach it would be to run tests which are multiple projects * all optimisations * all runners * Windows and Linux. Travis has a good test matrix capability to support this.

bensu commented 8 years ago

Did you try the example/script/test-all.sh script? Do you think that Travis can run something like that?

danielcompton commented 8 years ago

The test-all script will fail if any single command fails. I've opened #55 with an approach using CircleCI.

bensu commented 8 years ago

@danielcompton #55 is awesome, thank you. I read this issue before it.

bensu commented 8 years ago

Fixed by #55