Devel #56

Merged
0xFEEDC0DE64 merged 84 commits from devel into master 2017-12-29 13:34:28 +01:00
122 changed files with 1697 additions and 1403 deletions
Showing only changes of commit a9b07f050c - Show all commits

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