mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-04 05:05:19 +08:00
CI Fixes
This commit is contained in:
committed by
Lorenz Meier
parent
116704ef50
commit
5f82fc70be
@@ -20,6 +20,8 @@
|
|||||||
Archives/*
|
Archives/*
|
||||||
Build/*
|
Build/*
|
||||||
Testing/
|
Testing/
|
||||||
|
Binaries/*
|
||||||
|
Meta/*
|
||||||
build/*
|
build/*
|
||||||
build_*/
|
build_*/
|
||||||
core
|
core
|
||||||
|
|||||||
+2
-2
@@ -73,9 +73,9 @@ script:
|
|||||||
after_success:
|
after_success:
|
||||||
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
|
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
|
||||||
make package_firmware && mkdir s3deploy-archive && cp Firmware.zip s3deploy-archive/
|
make package_firmware && mkdir s3deploy-archive && cp Firmware.zip s3deploy-archive/
|
||||||
&& find . -type f -name 'nuttx-*-default.px4' -exec cp "{}" . \;
|
&& cp Binaries/* .
|
||||||
&& find . -maxdepth 1 -mindepth 1 -type f -name 'nuttx-*-default.px4' | sed 's/.\/nuttx-//' | sed 's/-default.px4//' | xargs -I{} mv nuttx-{}-default.px4 {}_default.px4
|
&& find . -maxdepth 1 -mindepth 1 -type f -name 'nuttx-*-default.px4' | sed 's/.\/nuttx-//' | sed 's/-default.px4//' | xargs -I{} mv nuttx-{}-default.px4 {}_default.px4
|
||||||
&& mkdir s3deploy-branch && mv *_default.px4 build_px4fmu-v2_default/parameters.xml build_px4fmu-v2_default/airframes.xml s3deploy-branch/;
|
&& mkdir s3deploy-branch && mv *_default.px4 Meta/px4fmu-v2_default/parameters.xml Meta/px4fmu-v2_default/airframes.xml s3deploy-branch/;
|
||||||
fi
|
fi
|
||||||
- if [[ "${TRAVIS_OS_NAME}" = "linux" && "$GCC_VER" == "4.9" ]]; then
|
- if [[ "${TRAVIS_OS_NAME}" = "linux" && "$GCC_VER" == "4.9" ]]; then
|
||||||
export PX4_S3_DEPLOY=1;
|
export PX4_S3_DEPLOY=1;
|
||||||
|
|||||||
Reference in New Issue
Block a user