1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
language: java git: submodules: false before_install: - cd .. - git clone --recurse-submodules git://jogamp.org/srv/scm/gluegen.git gluegen - pushd gluegen/make - ant - popd install: - pushd jogl/make - ant - ant junit.run