This website works better with JavaScript.
Explore
Help
Register
Sign In
zhaohuwei
/
QG4
Watch
1
Star
0
Fork
You've already forked QG4
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
地面站终端 App
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18433
Commits
0
Branches
0
Tags
363 MiB
Tree:
64b215076b
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '64b215076b'
${ noResults }
QG4
/
tools
/
iosccachecxx.sh
2 lines
0 B
Raw
Normal View
History
Unescape
Escape
Ccache test for #3614 (#3631) * travis-ci try ccache on OSX and android * travis-ci ccache stats * try again * Attempt to prepend ccache to qmake command * Test enabling ccache for ios too * Deploy ccache from S3 per @dagar * Revert "Test enabling ccache for ios too" It was a nice thought. This reverts commit 7e7aeb367696ee9c8abc5cc8122dcd35196d96bb. * Try to optimally set the number of make jobs * Fix job estimation and disable ccache on android * Android: reenable ccache and disable parallel jobs * Check if android build passes with 4 workers * Try to parallelize xcodebuild too * Give mac builders an extra worker and pretty up the ios build output * Add make output filtering with correct exit code, no sudo or ccache on ios build * Try wrapping ccache to enable use on xcodebuild * Make ios ccache helpers executable * Turn back on pretty printing for IOS * Show some ccache stats on IOS build to see if we're getting hits * Change android build OS type to linux * Require trusty for android build * Require sudo for android so we get trusty * Maybe this will function properly on edge? * Try to use stripped binary bzips * Screw it! Run android on precise again * Back to the original android build configuration. I give up
9 years ago
#!/usr/bin/env bash
ccache
$IOS_CCACHE_CXX
"
$@
"