back2dos / travix

Travis helper.
The Unlicense
33 stars 12 forks source link

Testing with Vagrant #23

Closed ciscoheat closed 8 years ago

ciscoheat commented 8 years ago

Vagrant is a nice way to get up and running quickly for development. Maybe we can add this to the repo? Then testing travix on all targets will be as simple as:

git clone https://github.com/back2dos/travix.git
cd travix
vagrant up
vagrant ssh
back2dos commented 8 years ago

I'm not at all familiar with vagrant, but I wonder about the practicality of installing everything beforehand. Won't travix do that on demand?

ciscoheat commented 8 years ago

For travix it could work, but there could be some small problems. It's a general solution from viagrant that works for any haxe project. I just added a few lines to install travix.

back2dos commented 8 years ago

Ok, sure, why not :)

ciscoheat commented 8 years ago

Nice! @jdonaldson, this should make it easy to get started with #22 if you need it.