back2dos / travix

Travis helper.
The Unlicense
33 stars 12 forks source link

adding libararies development branches as dependencies #46

Open alihassan0 opened 7 years ago

alihassan0 commented 7 years ago

Is there a way currentky to add libaray dependencies to haxelib ? for example

"dependencies": {
    "flixel": "git:https://github.com/HaxeFlixel/flixel.git"
  }
back2dos commented 7 years ago

In the default generated file travix install is called which attempts to install all libraries specified as dependencies in the haxelib.json or found in the tests.hxml.

However git dependencies are currently not supported. Should be just a small change here: https://github.com/back2dos/travix/blob/master/src/travix/Command.hx#L96

azrafe7 commented 6 years ago

Sorry I don't follow, how can I get travis pick a github dependency?

(I'm trying here https://github.com/azrafe7/pakofill)