Daniel Agar
4e3b4091e8
run-clang-tidy only display output on error
8 years ago
Daniel Agar
73da6d30d9
clang-tidy errors cause target failure
8 years ago
Daniel Agar
cdd472f722
Makefile update Firmware.zip px4 naming
8 years ago
wangxdflight
b693e29d64
enable px4 flight for excelsior(legacy)
8 years ago
Daniel Agar
6961a513c7
clang-tidy readability-braces-around-statements
8 years ago
Daniel Agar
8caf6c54fa
Makefile cleanup and travis-ci s3 deploy ( #6329 )
...
- pulls more of the travis-ci s3 deploy into the repo so we can potentially migrate to another CI system
- fixed the sizes output and added verbose compiler version to cmake (#6322 )
- fixed filenames for firmware uploaded to s3 (was broken by the changes yesterday)
- fixed some broken git version display in cmake
- Makefile organization
- simplified .travis.yml
- added a print to know which config the nuttx patch was being applied to
- docker_run.sh now respects PX4_DOCKER_REPO for setting the docker image, but defaults to the good production nuttx image
8 years ago
James Goppert
a0fff97fd2
Moved deployment logic to python scripts.
8 years ago
James Goppert
50159cabbe
Automatically set cmake version.
8 years ago
James Goppert
434dddedea
Changes to add px4fmu-v2_lpe config.
8 years ago
BharathR
8c7f810cc2
Fixed build error in eagle_legacy_default mode (px4muorb.h generation issue)
8 years ago
bharathr
ee0b0f2a3e
Fixed build error in Snapdragon Flight legacy driver mode (partially)
8 years ago
Daniel Agar
dc787830b5
circleci run tests under code coverage ( #6273 )
...
* use regular optimization levels for the code coverage build.
* the mixer test fails intermittently when built without optimization
8 years ago
Daniel Agar
defaf7f5e5
docker run helper script ( #6270 )
8 years ago
Daniel Agar
a7e38e1119
Makefile rename checks_alt to alt_firmware
8 years ago
Beat Küng
f0c905ae43
Makefile: remove executable bit
8 years ago
Daniel Agar
9689163125
tests skip junit output and cmake exclude from all
8 years ago
Daniel Agar
573aed0ee8
tests coverage reorder to avoid lcov issues
8 years ago
Daniel Agar
b4da337cd4
test coverage cleanup
...
- dataman clean exit code
- unit test proper cleanup
- add some level of simulated sensors for tests
- delete unused test/standard_vtol
8 years ago
Daniel Agar
34b2fb55e6
Makefile add clang-check and clang-tidy helpers
8 years ago
Daniel Agar
28971caaf3
partially restore mavlink_tests
8 years ago
Daniel Agar
5ec546f735
Makefile add scan-build target
8 years ago
Daniel Agar
dc9a71b674
WIP startup_shutdown test with ASAN on
8 years ago
Daniel Agar
f8d7c53537
lcov exclude gtest and mavlink
8 years ago
Daniel Agar
9fad6f9dd2
travis-ci use PX4_DOCKER for builds and specify tag
8 years ago
Daniel Agar
d6fd633500
sitl tests manually list all
8 years ago
Daniel Agar
9ae5e55f43
Makefile escape cmake generator string
8 years ago
Daniel Agar
351b3d20cb
sitl testing exclude tests
8 years ago
Daniel Agar
97bc0f4486
gather test results
8 years ago
Daniel Agar
cddef87998
Makefile split large target list for semaphore
8 years ago
Daniel Agar
74231e6656
split tests for SITL ctest
8 years ago
Daniel Agar
ac7c309925
move cmake version check into cmake
8 years ago
Daniel Agar
9ea80e9ff0
Makefile add PX4_RUN docker wrapper
8 years ago
Lucas De Marchi
fd91f998c4
build: sort targets for GCS download
...
While at it, fix the trailing continuation line in the last item.
8 years ago
Lucas De Marchi
e3f7bbfd8c
build: add aerofc firmware for GCS download
8 years ago
Daniel Agar
b1496f72cd
Makefile cleanup target lists
8 years ago
Lucas De Marchi
03c3ea0040
build: also look for ninja-build in addition to ninja
...
The ninja binary may have other names on Linux distributions. On Fedora
it's ninja-build.
8 years ago
David Sidrane
116704ef50
Makefile add all Targets
8 years ago
Daniel Agar
c98927121d
crazyflie_default upload for QGC ( #6030 )
8 years ago
Daniel Agar
1941dfca87
add tests code coverage
...
-closes #5862
8 years ago
Daniel Agar
9d494e625f
travis-ci upload px4fmu-v3 for qgc
8 years ago
Lucas De Marchi
0cd7984b7f
Rename asc board to aerofc
8 years ago
Anton Matosov
3414fc1c7c
Setup default CLion ignores
8 years ago
Carlo Wood
e29b9b5d39
Remove fake config targets.
...
The "targets" posix_rpi_common, qurt_sdflight_default and
posix_sdflight_default are not real targets; they are
just files in cmake/configs that are included by other
targets.
8 years ago
Daniel Agar
e9e15ba3d1
Makefile error preventing px4fmu-v4_default build
...
-fixes #5625
8 years ago
Beat Küng
670c93e726
cmake: add support for out-of-tree modules via EXTERNAL_MODULES_LOCATION variable
8 years ago
Lorenz Meier
2b9596cac0
Run clean beffore distclean so that a partial build is wiped as well.
8 years ago
David Sidrane
f750140b6f
Make line 280 check happy ( #5550 )
8 years ago
David Sidrane
0eca86443d
Master additional targets ( #5548 )
...
* Allow Niga to be disabled from command line
* Add a build all nuttx targets
8 years ago
Daniel Agar
9fb167b642
add crazyflie to builds ( #5516 )
...
* Makefile simplify check and quick_check
* make check add crazyflie_default
9 years ago
Daniel Agar
c4b9b05af9
make check_format also check git whitespace ( #5503 )
...
-fixes #5484
9 years ago