ReadyTalk / avian

[INACTIVE] Avian is a lightweight virtual machine and class library designed to provide a useful subset of Java's features, suitable for building self-contained applications.
https://readytalk.github.io/avian/
Other
1.22k stars 173 forks source link

Add mac publishing + testing #389

Closed sgoings closed 9 years ago

sgoings commented 9 years ago

Currently the mac build is failing due to JAVA_HOME not being set (it is set in the Gradle script, but not in the makefile). I'd suggest that the actual build (makefile) be set up to determine this a bit better... I won't be addressing this in this pull request.

joshuawarner32 commented 9 years ago

@sgoings I don't want to merge this with a failing CI build. If you don't want to fix the mac tests as part of this, can you disable the mac tests, when run through travis? (i.e. ./test/ci.sh needs to still work fine when run manually)

sgoings commented 9 years ago

Thanks for keeping me in line, @joshuawarner32. I took your latter suggestion and applied a change to the .travis.yml file.