Skip to content
Snippets Groups Projects
Commit 6f7e978f authored by Daniel Agar's avatar Daniel Agar Committed by GitHub
Browse files

initial circle-ci configuration (#4807)

parent 4cca4ea9
No related branches found
No related tags found
No related merge requests found
machine:
services:
- docker
checkout:
post:
- git submodule sync
- git submodule update --init --recursive
## Customize dependencies
dependencies:
pre:
- docker pull px4io/px4-dev-base
- docker info
test:
override:
#- sudo docker run --rm -v `pwd`:`pwd`:rw -v $HOME/.ccache:$HOME/.ccache:rw -e CCACHE_DIR=$HOME/.ccache -w=`pwd` --user=$UID -it px4io/px4-dev-base /bin/bash -c "make"
- docker run -v `pwd`:`pwd`:rw -w=`pwd` --user=$UID -it px4io/px4-dev-base /bin/bash -c "make"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment