mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
travis: revert commit 52854a
Travis has fixed the issues with space so we can go back to building PX4 with make and waf
This commit is contained in:
parent
7f6ecfca3d
commit
32cd49264e
@ -57,11 +57,6 @@ waf=modules/waf/waf-light
|
||||
# get list of boards supported by the waf build
|
||||
for board in $($waf list_boards | head -n1); do waf_supported_boards[$board]=1; done
|
||||
|
||||
# Temporarily disable waf build of PX4 boards until Travis fixes space issues
|
||||
waf_supported_boards[px4-v1]=""
|
||||
waf_supported_boards[px4-v2]=""
|
||||
waf_supported_boards[px4-v4]=""
|
||||
|
||||
function get_time {
|
||||
date -u "+%s"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user