aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: ff3be9197598e3eef761fc89a522a57807cfe6eb (plain)
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