paulfitz / cosmicos

Sending the lambda calculus into deep space
https://cosmicos.github.io/
GNU General Public License v2.0
134 stars 8 forks source link

Haxe automated build broken by neko dependency #8

Closed alanfwilliams closed 8 years ago

alanfwilliams commented 8 years ago

Hi, Just wanted to let you know that neko isn't available on Travis so the automated build fails. I opened an issue with Travis to fix this.

paulfitz commented 8 years ago

Thanks @aw1231 - one idea could be to use a haxe ppa, see e.g. https://github.com/paulfitz/daff/blob/master/.travis.yml#L13

alanfwilliams commented 8 years ago

If I understand PPAs correctly, they are just prebulit binaries. Is that correct?

alanfwilliams commented 8 years ago

Anywho, this is fixed by #13. PPA usage might still be useful though.