0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-27 08:41:02 +08:00

Add 5.5 ppa source repo

This commit is contained in:
Sergey Yagovtsev 2016-08-21 12:16:56 +03:00
parent 76f2676693
commit 32f7fa8aff

View File

@ -8,26 +8,24 @@ script:
- mkdir build - mkdir build
- cd build - cd build
- cmake --version - cmake --version
- source /opt/qt55/bin/qt55-env.sh
- qmake -v - qmake -v
- cmake .. && make - cmake .. && make
before_install:
- sudo add-apt-repository --yes ppa:beineri/opt-qt551-trusty
- sudo apt-get update -qq
install:
- sudo apt-get -y install qt55tools qt55script qt55base qt55-meta
addons: addons:
apt: apt:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.7 - llvm-toolchain-precise-3.7
- sourceline: 'ppa:beineri/opt-qt532-trusty'
packages: packages:
- cmake - cmake
- cmake-data - cmake-data
- gcc-5 - gcc-5
- g++-5 - g++-5
- clang-3.7 - clang-3.7
- qtbase5-dev
- qtdeclarative5-dev
- libqt5webkit5-dev
- libsqlite3-dev
- qt5-default
- qt5-qmake
- qttools5-dev-tools