mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-14 02:37:35 +08:00
Fix for travis.
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ sudo: false
|
||||
install:
|
||||
- pip install --user cpp-coveralls
|
||||
script:
|
||||
- cmake -DCMAKE_BUILD_TYPE=Profile -DTEST=ON .
|
||||
- cmake -DCMAKE_BUILD_TYPE=Profile -DTEST=ON -DFORMAT=ON .
|
||||
- make
|
||||
- make check_format
|
||||
- ctest -V
|
||||
|
||||
Reference in New Issue
Block a user