Jenkins ccache don't reset previous statistics (only print)

This commit is contained in:
Daniel Agar
2019-11-28 18:37:20 -05:00
committed by GitHub
parent fda7d71d16
commit e1af47f4ca
9 changed files with 25 additions and 25 deletions

View File

@@ -15,7 +15,7 @@ pipeline {
steps {
sh 'export'
sh 'make distclean'
sh 'ccache -z'
sh 'ccache -s'
sh 'git fetch --tags'
sh 'make px4_sitl_default'
sh 'make px4_sitl_default sitl_gazebo'