mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-27 00:31:02 +08:00
Increase speed of building
This commit is contained in:
parent
9b7a6a920a
commit
16fe89c13d
@ -1,6 +1,7 @@
|
||||
sudo: required
|
||||
dist: trusty
|
||||
language: cpp
|
||||
cache: ccache
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
@ -10,7 +11,7 @@ script:
|
||||
- cmake --version
|
||||
- source /opt/qt55/bin/qt55-env.sh
|
||||
- qmake -v
|
||||
- cmake .. && make
|
||||
- cmake .. && make -j3
|
||||
before_install:
|
||||
- sudo add-apt-repository --yes ppa:beineri/opt-qt551-trusty
|
||||
- sudo apt-get update -qq
|
||||
|
Loading…
x
Reference in New Issue
Block a user