> 
> For travis, please first see how result matrix looks like:
> 
> https://travis-ci.org/Linaro/odp/builds/251051276?utm_source=github_status&utm_medium=notification
> 
> 
> So you need separate:
>                - stage: test
>                  env: TEST=distcheck
> 
> entry.
> Like clone entry "TEST=coverage" and put your options there.
> 
> 
> If you only need to provide one option, then you need just add one line
> here:
> 
> env:
>        - CONF=""
>        - CONF="--disable-abi-compat"
>        - CONF="--enable-schedule-sp"
>        - CONF="--enable-schedule-iquery"
>        - CONF="--enable-schedule-scalable"
>       - CONF="--enable-dpdk-zero-copy"
> 
> 
> and it will be tested with clang/gcc and what we have. You can test how
> it works on your private github repo.
> 

OK, thanks for the info.

-Matias

Reply via email to