Browse Source

circleci skip astyle until versioning is resolved (#8691)

- revert after #8689 is resolved
sbg
Daniel Agar 7 years ago committed by GitHub
parent
commit
cd296c5f88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      circle.yml

5
circle.yml

@ -27,4 +27,7 @@ dependencies:
test: test:
override: override:
- NO_NINJA_BUILD=1 make -j2 quick_check #- NO_NINJA_BUILD=1 make -j2 quick_check
- make posix_sitl_default
- make px4fmu-v4pro_default
- make tests

Loading…
Cancel
Save