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

deploy() {
    FILES=( *.src.rpm )
    [[ ${RV} -eq 0 ]] && [[ "x${CC}" = "xgcc" ]]
}