Add ccache stats

release/4.3a0
Frank Dellaert 2019-06-02 18:12:08 -04:00
parent ea63adf20d
commit a1daa163be
1 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,6 @@ function build_and_test ()
fi
cmake $SOURCE_DIR \
-DGTSAM_BUILD_WITH_CCACHE=ON \
-DGTSAM_BUILD_UNSTABLE=$GTSAM_BUILD_UNSTABLE \
-DGTSAM_BUILD_EXAMPLES_ALWAYS=$GTSAM_BUILD_EXAMPLES_ALWAYS \
-DGTSAM_BUILD_TESTS=$GTSAM_BUILD_TESTS
@ -36,6 +35,9 @@ function build_and_test ()
make check
fi
# Print ccache stats
ccache -s
cd $SOURCE_DIR
}