Added travis file to test CI.

pull/70/head
Jussi Pakkanen 10 years ago
parent 2c47c8c5e7
commit e52312293d
  1. 11
      .travis.yml

@ -0,0 +1,11 @@
language: cpp
compiler:
- gcc
before_install:
- sudo apt-get install python3 gobjc gobjc++ libboost-dev libboost-thread-dev qt5-default
before_script:
- wget https://github.com/martine/ninja/archive/v1.5.3.zip
- unzip v1.5.3.zip
- cd ninja-1.5.3 && ./configure --bootstrap && cd ..
- export PATH=$PWD/ninja-1.5.3:$PATH
script: ./run_tests.py
Loading…
Cancel
Save