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

12
Jenkinsfile vendored
View File

@@ -104,7 +104,7 @@ pipeline {
steps {
sh 'export'
sh 'make distclean'
sh 'ccache -z'
sh 'ccache -s'
sh 'git fetch --tags'
sh 'make px4_fmu-v2_default'
sh 'make px4_fmu-v2_default bloaty_compileunits'
@@ -137,7 +137,7 @@ pipeline {
steps {
sh 'export'
sh 'make distclean'
sh 'ccache -z'
sh 'ccache -s'
sh 'git fetch --tags'
sh 'make px4_fmu-v5_default'
sh 'make px4_fmu-v5_default bloaty_compileunits'
@@ -170,7 +170,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 bloaty_compileunits'
@@ -203,7 +203,7 @@ pipeline {
steps {
sh 'export'
sh 'make distclean'
sh 'ccache -z'
sh 'ccache -s'
sh 'git fetch --tags'
sh 'make px4_fmu-v5_default'
sh 'make sizes'
@@ -229,7 +229,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 sizes'
@@ -255,7 +255,7 @@ pipeline {
steps {
sh 'export'
sh 'make distclean'
sh 'ccache -z'
sh 'ccache -s'
sh 'git fetch --tags'
sh 'make tests'
sh 'ccache -s'