Browse Source

build_ci.sh: correct cron job check against 'linux'

We don't actually run this cronjob.
c415-sdk
Peter Barker 4 years ago committed by Andrew Tridgell
parent
commit
3f2c06f8c0
  1. 3
      Tools/scripts/build_ci.sh

3
Tools/scripts/build_ci.sh

@ -208,9 +208,10 @@ for t in $CI_BUILD_TARGET; do
$waf all $waf all
ccache -s && ccache -z ccache -s && ccache -z
if [[ $t == linux ]]; then if [[ $t == "linux" ]]; then
$waf check $waf check
fi fi
continue
fi fi
done done

Loading…
Cancel
Save