2016-06-13 18:39:30 -03:00
|
|
|
machine:
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
|
|
|
|
checkout:
|
|
|
|
post:
|
2016-09-05 01:47:48 -03: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 21:21:46 -03:00
|
|
|
- git submodule sync --recursive
|
2016-06-13 18:39:30 -03:00
|
|
|
- git submodule update --init --recursive
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
pre:
|
2016-06-22 18:42:49 -03:00
|
|
|
- docker pull px4io/px4-dev-nuttx-gcc4.9
|
2016-06-13 18:39:30 -03:00
|
|
|
|
|
|
|
test:
|
|
|
|
override:
|
2016-08-22 18:20:27 -03: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 01:47:48 -03:00
|
|
|
|
|
|
|
general:
|
|
|
|
artifacts:
|
|
|
|
- "build_px4fmu-v2_default/parameters.xml"
|
|
|
|
- "build_px4fmu-v2_default/airframes.xml"
|
|
|
|
- "build_.*/src/firmware/nuttx/.*.px4"
|
2016-06-25 01:25:13 -03:00
|
|
|
|