circleci fix .ccache permissions

This commit is contained in:
Daniel Agar
2016-12-31 19:49:07 -05:00
committed by Lorenz Meier
parent d6fd633500
commit cc6fc48be2
+1
View File
@@ -16,6 +16,7 @@ dependencies:
test:
override:
- mkdir -p ~/.ccache
- PX4_DOCKER=1 make tests
# copy test results for circleci
- mkdir -p $CIRCLE_TEST_REPORTS/unittests/ && cp build_unittest/test_detail.xml $CIRCLE_TEST_REPORTS/unittests/