Skip to content

Commit

Permalink
add first version of travis.yml for travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
StefWe authored and FlorentRevest committed Dec 28, 2019
1 parent e880eb6 commit 6dd320f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
dist: bionic

language: c++

before_install:
- sudo apt-get -y install qt5-qmake qtbase5-dev qtconnectivity5-dev qtdeclarative5-dev qtquickcontrols2-5-dev qml-module-qtquick-controls

script:
- mkdir build && cd build && qmake -qt=qt5 -makefile -o Makefile "CONFIG+=telescope" ../asteroidsyncservice.pro && make

0 comments on commit 6dd320f

Please sign in to comment.