4
0
Fork 2
mirror of https://gerrit.hackerspace.pl/hscloud synced 2024-10-18 03:07:44 +00:00
hscloud/ci_presubmit.sh
Serge Bazanski 641fa54783 ci: update presubmit script
Change-Id: I43884faff856b5ca7d8f728ebb9784131544a5e4
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1629
Reviewed-by: q3k <q3k@hackerspace.pl>
2023-09-22 23:00:45 +00:00

13 lines
312 B
Bash
Executable file

#!/usr/bin/env bash
# This is a presubmit (on-merge) CI script.
# Currently no CI runs it - so be a good cyborg, and run it before submitting
# changes to hscloud.
set -e -o pipefail
# Exclude //app/mailman-web as it requires local docker.
T="//... -//app/mailman-web/..."
bazel build -- $T
bazel test -- $T