Julian Oes
9647bc3783
travis: change coverity to run on master
...
This change goes with disabling:
- Build pushed branches
- Build pushed pull requests
And adding a cron job on travis-ci to build master weekly.
5 years ago
Daniel Agar
f50963c2eb
travis-ci (coverity scan) update to xenial
6 years ago
Daniel Agar
abb3817d31
boards new split VENDOR_MODEL naming convention
6 years ago
Daniel Agar
f692ad04d0
boards organization
6 years ago
Daniel Agar
ac0988d519
travis-ci coverity properly run and submit scan
...
- the ignored warning (-Wno-missing-field-initializers) can be dropped in the future when GCC 4.8 is no longer supported
7 years ago
Daniel Agar
daeb2d8417
travis-ci update coverity_scan build dependencies ( #10107 )
7 years ago
Daniel Agar
1fba622a80
travis-ci basic build script
7 years ago
Daniel Agar
0f12db5b2c
travis-ci enable coverity_scan
7 years ago
Daniel Agar
f407954207
initial jenkins configuration
7 years ago
Daniel Agar
376908b025
travis-ci remove tests, coverage, clang-tidy ( #8383 )
...
- these builds have migrated to ci.px4.io
7 years ago
Daniel Agar
e5cc1237e3
travis-ci fix coverity build
7 years ago
Daniel Agar
8873d2d696
travis-ci coverity build install python-toml python-numpy
7 years ago
Daniel Agar
56bbe541ae
travis-ci remove tests under UBSAN
7 years ago
Daniel Agar
9ff7f05d94
travis-ci remove tests under ASAN
7 years ago
Daniel Agar
43c0622819
travis-ci remove scan-build
7 years ago
Daniel Agar
c4fd467c19
travis-ci remove cppcheck
7 years ago
Daniel Agar
a567b94802
travis-ci remove check_stack
7 years ago
Daniel Agar
02339055e7
travis-ci remove check_format
7 years ago
Daniel Agar
466eb9ceb4
travis-ci remove metadata build and s3 uploads
7 years ago
Daniel Agar
9eb860fabd
travis-ci fix gcc and clang compilation jobs ( #344 )
...
- allow the python testing to fail without failing the entire build
7 years ago
Daniel Agar
136d259876
travis-ci fix coverity scan and px4_metadata ( #8156 )
7 years ago
Daniel Agar
979d092628
travis-ci enable tests under address sanitizier ( #8095 )
7 years ago
Daniel Agar
c607805154
travis-ci allow coverage failures ( #8145 )
7 years ago
Daniel Agar
a88203cec2
travis-ci codecov add unittests flag ( #8092 )
7 years ago
Daniel Agar
6f3fe3f3ec
travis-ci enable codecov ( #8090 )
7 years ago
TSC21
571a0f7da7
travis: use pyenv in order to force pip3 version
8 years ago
TSC21
7affb42f22
travis: install python3.5 for trusty in order to run pip3
8 years ago
Daniel Agar
a3645b1ed1
travis-ci force git to use git://
8 years ago
Peter Dürr
305a95aef9
Integrate Python-based tests and benchmark into Travis
...
* Unfortunately, due to the SWIG dependency, we need sudo to install on
Travis (conflicts when adding with debian-sid source prevent using addons)
which means we cannot use the container-based infrastructure anymore.
* Building the Python bindings requires g++5 (at least with -Werr set).
* When building the Python bindings on Travis, the numpy includes are not found
by cmake, so they have to be added separately by running a Python process with
`numpy.get_include()`
* The build script now (somewhat clumsily) depends on the RUN_PYTEST environment
variable. If it is set to anything other than "", it will make the tests and
run tests and benchmarks
8 years ago
Daniel Agar
02cee07469
travis-ci add GCC7 SITL build and tests
...
-closes #7539
8 years ago
Daniel Agar
3aa502ba25
travis-ci remove code coverage build and upload ( #7357 )
8 years ago
Daniel Agar
24b26e53b9
cmake organize code coverage handling and base
8 years ago
Daniel Agar
e4f55e4526
travis-ci upload cppcheck, scan-build, and coverage to s3
8 years ago
Daniel Agar
8a681397bf
travis-ci lazy init submodules
8 years ago
Daniel Agar
2e0ed3b47b
travis-ci add cppcheck
8 years ago
Daniel Agar
4e21b2378f
travis-ci coverity optimization
8 years ago
Daniel Agar
ef7295affb
travis-ci split quick_check into tests and check_format
8 years ago
Daniel Agar
5434ae670b
OSX build travis-ci -> circleci
8 years ago
Daniel Agar
621651fefa
travis-ci quick_check replaces check_format and tests
8 years ago
Daniel Agar
0ac237f3df
travis-ci coverity abort early
8 years ago
Daniel Agar
6a249c742b
travis-ci add tests coverage to coveralls
8 years ago
Daniel Agar
a3078c63ab
travis-ci stop deploying to s3
8 years ago
Daniel Agar
ac4a706da0
build system fixes and improvements
...
- deploy px4 metadata using target
- clang scan-build upload output to s3
- clang-tidy properly check headers
- add cppcheck helper
- force gcc color
8 years ago
Daniel Agar
7b861572a5
travis-ci fix s3 metadata upload ( #7321 )
8 years ago
Daniel Agar
dde605fc4a
Tools/docker_run.sh pick appropriate container if not set ( #7297 )
8 years ago
Daniel Agar
0a80ee6c20
OSX builds travis-ci -> circleci ( #7157 )
8 years ago
Daniel Agar
293eca7d16
Makefile add px4_metadata for airframes and parameters
8 years ago
Daniel Agar
93d4f487ef
travis-ci update to latest docker
8 years ago
Daniel Agar
8c9affddc8
travis-ci generate and upload parameters.md
8 years ago
Daniel Agar
eb4f5ecbb9
cmake add all EKF sources ( #243 )
...
- trivial cmake cleanup
- travis-ci build with both gcc and clang
- update matrix to latest (matches PX4)
- closes #240
8 years ago