summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 5b9f215635c01e8ba6d7262d7c91624c55eedaa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: cpp
compiler:
  - gcc
before_install:
 - echo 'yes' | sudo add-apt-repository ppa:chrysn/openscad
 - sudo apt-get update -qq
 - sudo apt-get install -qq build-essential libqt4-dev libqt4-opengl-dev libxmu-dev cmake bison flex git-core libboost-all-dev libXi-dev libmpfr-dev libboost-dev libglew-dev libeigen2-dev libeigen3-dev libcgal-dev libgmp3-dev libgmp-dev python-paramiko curl imagemagick
 - sudo apt-get install -qq libopencsg-dev

env: OPENSCAD_UPLOAD_TESTS=yes 

branches:
  only:
    - travis

script: ./scripts/travis-ci.sh
contact: Jan Huwald // Impressum