Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
d1b7d394
Commit
d1b7d394
authored
Jul 09, 2016
by
Daniel Agar
Browse files
travis-ci don't list ccache stats
parent
fd11e81f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
d1b7d394
...
...
@@ -76,7 +76,7 @@ before_install:
fi
# setup ccache
-
ccache -M 500MB && ccache -z
#
- ccache -M 500MB && ccache -z
# compile threads
-
if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
...
...
@@ -167,7 +167,7 @@ script:
else
xcodebuild -IDEBuildOperationMaxNumberOfConcurrentCompileTasks=$JOBS -configuration Release CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty -c && $(exit ${PIPESTATUS[0]});
fi
-
ccache -s
#
- ccache -s
# unit tests linux/osx
-
if [[ "${SPEC}" = "linux-g++-64" && "${CONFIG}" = "debug" ]]; then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment