Added .travis.yml

This commit is contained in:
0xFEEDC0DE64
2017-12-21 20:59:45 +01:00
parent 88b4e79282
commit 2c495454fb

23
.travis.yml Normal file
View File

@@ -0,0 +1,23 @@
language: cpp
os:
- linux
dist: trusty
compiler:
- clang
- gcc
before_install:
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo apt update -qq
install:
- sudo apt install -qq -y qt5-default qt5-qmake qttools5-dev qttools5-dev-tools
before_script:
- mkdir -p build
- pushd build
- qmake .. -config release
- popd
script:
- make -C build