travis: temporarily disabled waf build of PX4 boards

Travis is complaining about lack of space, their support is looking into it but for now disable waf to get job passing
This commit is contained in:
Francisco Ferreira 2016-11-11 19:59:52 +00:00
parent a5171834ee
commit 52854aab3b
1 changed files with 5 additions and 0 deletions

View File

@ -57,6 +57,11 @@ 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"
}