Commit c5c09d5de07a7c0d506cb219e42a211ec98e5def

Authored by David Graeff
1 parent 427edece

Add travis CI file

Showing 1 changed file with 16 additions and 0 deletions
openhantek/.travis.yml 0 → 100644
  1 +language: cpp
  2 +
  3 +compiler: gcc
  4 +
  5 +before_install:
  6 + - sudo apt-get update -qq
  7 + - sudo apt-get install -qq cmake qtbase5-dev libqt5gui5 libqt5widgets5 qt5-qmake qtbase5-dev-tools libfftw3-dev libusb-1.0-0-dev
  8 +
  9 +before_script:
  10 + - qmake
  11 +
  12 +script: make
  13 +
  14 +notifications:
  15 + on_success: change
  16 + on_failure: always
0 17 \ No newline at end of file
... ...