delete circleci simple build example

- github actions is an easier replacement
This commit is contained in:
Daniel Agar 2020-06-20 13:48:24 -04:00
parent 7016660445
commit 3fd07cb1d5
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
version: 2
jobs:
build:
docker:
- image: px4io/px4-dev-nuttx-bionic:2020-04-01
steps:
- checkout
- run:
name: Fetch tags
command: git fetch --tags
- run:
name: Build px4_fmu-v5_default
command: make px4_fmu-v5_default
- store_artifacts:
path: build/px4_fmu-v5_default/px4_fmu-v5_default.px4
destination: px4_fmu-v5_default.px4
- store_artifacts:
path: build/px4_fmu-v5_default/px4_fmu-v5_default.elf
destination: px4_fmu-v5_default.elf