holochain / clutter

Fully distributed twitter built on holochain
161 stars 22 forks source link

travis should be running `hcdev test` #52

Closed thedavidmeister closed 6 years ago

thedavidmeister commented 6 years ago

i played around with various permutations of the instructions for installing hcdev with go in travis

the summary results:

This is running against a node Travis box (elsewhere that these tests worked was apparently using a prebuilt go Travis build)

There's also the concern that setting up go from scratch every time will be very slow for testing

Conclusion is that we should try to use docker instead

thedavidmeister commented 6 years ago

Also, this is potentially worth considering - https://circleci.com/

Circle is basically Travis but with some neat extra functionality - like being able to ssh into a build for debugging (rather than changing one tiny thing and waiting for a whole build to see if it worked)

philipbeadle commented 6 years ago

Done, you can see the results here. https://travis-ci.org/Holochain/clutter/builds/354137137