mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-26 08:01:51 +08:00
Add 5.5 ppa source repo
This commit is contained in:
parent
76f2676693
commit
32f7fa8aff
14
.travis.yml
14
.travis.yml
@ -8,26 +8,24 @@ script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake --version
|
||||
- source /opt/qt55/bin/qt55-env.sh
|
||||
- qmake -v
|
||||
- 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:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
- llvm-toolchain-precise-3.7
|
||||
- sourceline: 'ppa:beineri/opt-qt532-trusty'
|
||||
packages:
|
||||
- cmake
|
||||
- cmake-data
|
||||
- gcc-5
|
||||
- g++-5
|
||||
- clang-3.7
|
||||
- qtbase5-dev
|
||||
- qtdeclarative5-dev
|
||||
- libqt5webkit5-dev
|
||||
- libsqlite3-dev
|
||||
- qt5-default
|
||||
- qt5-qmake
|
||||
- qttools5-dev-tools
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user