Minimal .travisci.yml

pull/161/head
Hleb Valoshka 2018-12-03 11:59:57 +03:00
parent ed9a13b92f
commit fe955fbbc4
1 changed files with 28 additions and 0 deletions

28
.travis.yml 100644
View File

@ -0,0 +1,28 @@
dist: xenial
language: cpp
notifications:
email: false
os:
- linux
before_script:
- qmake -qt=5 PREFIX=/opt/celestia -o Makefile celestia.pro
script:
- make -j $(nproc || echo 4)
addons:
apt:
packages:
- libeigen3-dev
- libglew-dev
- liblua5.3-dev
- libtheora-dev
- libjpeg-dev
- libpng-dev
- libglu1-mesa-dev
- libqt5opengl5-dev
- qtbase5-dev
- qtbase5-dev-tools