2016-06-13 17:39:30 -04:00
|
|
|
machine:
|
|
|
|
|
services:
|
|
|
|
|
- docker
|
|
|
|
|
|
|
|
|
|
checkout:
|
|
|
|
|
post:
|
2016-09-05 00:47:48 -04:00
|
|
|
# workaround for known git bug where attempting to fetch a missing commit fails early on the first try
|
|
|
|
|
- git submodule update --init || true
|
2016-06-24 20:21:46 -04:00
|
|
|
- git submodule sync --recursive
|
2016-06-13 17:39:30 -04:00
|
|
|
- git submodule update --init --recursive
|
|
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
pre:
|
2016-06-22 17:42:49 -04:00
|
|
|
- docker pull px4io/px4-dev-nuttx-gcc4.9
|
2016-06-13 17:39:30 -04:00
|
|
|
|
|
|
|
|
test:
|
|
|
|
|
override:
|
2016-08-22 23:20:27 +02:00
|
|
|
- docker run --rm -v `pwd`:`pwd`:rw -e CI=true -w=`pwd` --user=$UID -it px4io/px4-dev-nuttx-gcc4.9 /bin/bash -c "make quick_check"
|
2016-09-05 00:47:48 -04:00
|
|
|
|
|
|
|
|
general:
|
|
|
|
|
artifacts:
|
|
|
|
|
- "build_px4fmu-v2_default/parameters.xml"
|
|
|
|
|
- "build_px4fmu-v2_default/airframes.xml"
|
|
|
|
|
- "build_.*/src/firmware/nuttx/.*.px4"
|
2016-06-25 00:25:13 -04:00
|
|
|
|