back2dos / travix

Travis helper.
The Unlicense
33 stars 12 forks source link

support new targets: lua, hl #11

Closed fponticelli closed 6 years ago

fponticelli commented 8 years ago

This might be a little too early but at least you have a remainder ;)

back2dos commented 8 years ago

Any takers for this? I guess we could just haxe -version and skip the whole command (maybe print a warning) before 3.3.0?

ciscoheat commented 8 years ago

I'm working on getting lua to play nice with buddy right now, so I can add lua to travix as well. Good idea about the version warning. Do we have to use haxe -version, isn't #if (haxe_ver >= 3.3) enough?

back2dos commented 8 years ago

@ciscoheat That depends. If travix is run in interpreted mode, then that would work. If it is compiled (maybe it just shouldn't be) to neko with a specific version, we wouldn't know.

ciscoheat commented 8 years ago

Ok thanks, I'll use the version check then.

ciscoheat commented 8 years ago

Getting closer on lua with #22

ciscoheat commented 7 years ago

Now when Lua is working, moving on towards hashlink... Nicolas mentioned he was waiting for the 3.4 release to build new binaries: https://github.com/HaxeFoundation/hashlink/issues/39#issuecomment-274354866

When it's relatively easy to install hl on Ubuntu, I'll give it a shot for travix.

kevinresol commented 6 years ago

done now