mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 06:14:14 +08:00
circleci fix .ccache permissions
This commit is contained in:
committed by
Lorenz Meier
parent
d6fd633500
commit
cc6fc48be2
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user