0
0
mirror of https://github.com/yse/easy_profiler.git synced 2025-01-14 00:27:55 +08:00

Travis attempt

This commit is contained in:
Sergey Yagovtsev 2016-08-21 11:55:10 +03:00
parent 48653c07c2
commit ebc1a046e3

View File

@ -8,17 +8,14 @@ script:
- mkdir build
- cd build
- cmake --version
- qmake-qt5 -v
- qmake -v
- cmake .. && make
before_install:
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo apt-get update -qq
- sudo apt-get install qt5-qmake qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.7
- ppa:ubuntu-sdk-team/ppa
packages:
- cmake
- cmake-data
@ -30,6 +27,7 @@ addons:
- libqt5webkit5-dev
- libsqlite3-dev
- qt5-default
- qt5-qmake
- qttools5-dev-tools