aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/targets/distcheck.sh
blob: e1cd9c516efb881f11220e8185ecc3b24602d65a (plain)
1
2
3
4
5
6
7
8
9
build() {
    default_configure
    make distcheck
}

deploy() {
    FILES=( *.{*.tar.{gz,bz2,xz},zip} )
    [[ ${RV} -eq 0 ]] && [[ "x${CC}" = "xgcc" ]]
}