blob: 85912910b91d149bc764f67d002e35c7a69f7852 [file] [log] [blame]
Serge Bazanskie7fca3a2020-09-25 20:23:53 +00001#!/usr/bin/env bash
2
3# This is a presubmit (on-merge) CI script.
4# Currently no CI runs it - so be a good cyborg, and run it before submitting
5# changes to hscloud.
6
7set -e -o pipefail
8
Serge Bazanski641fa542023-09-22 23:00:06 +00009# Exclude //app/mailman-web as it requires local docker.
10T="//... -//app/mailman-web/..."
Serge Bazanskie7fca3a2020-09-25 20:23:53 +000011
Serge Bazanski641fa542023-09-22 23:00:06 +000012bazel build -- $T
13bazel test -- $T