Devel #56

Merged
0xFEEDC0DE64 merged 84 commits from devel into master 2017-12-29 13:34:28 +01:00
195 changed files with 4294 additions and 2844 deletions
Showing only changes of commit 6a50d54864 - Show all commits

View File

@@ -2,7 +2,9 @@ language: cpp
os: linux
sudo: false
dist: trusty
compiler: gcc
compiler:
- gcc
- clang
cache:
directories:
@@ -22,4 +24,4 @@ script:
- pushd build
- ../qt5/build/bin/qmake .. -config release
- make -j2
- popd
- popd