travix icon indicating copy to clipboard operation
travix copied to clipboard

No error when library is missing

Open back2dos opened this issue 9 years ago • 1 comments

The build just completely stops here: https://travis-ci.org/haxetink/tink_tcp/jobs/129677819#L1424

The reason is that tink_runloop was not in fact installed. Obviously this seems more of a Travis oddity (at the very least one would expect a haxelib run travix neko -lib tink_runloop exited with <error code>), but we should have some output anyway.

Also, travix could actually install the library and move on.

back2dos avatar May 12 '16 11:05 back2dos

Can we merge those extra arguments with the tests.hxml and write a temp.hxml, then we can haxelib install and then haxe on that. And after that we just delete the temp.hxml?

kevinresol avatar May 12 '16 14:05 kevinresol