From 904ab31675acdc888994fa7856b614845ca4646d Mon Sep 17 00:00:00 2001 From: Andrew Liu Date: Sun, 7 Jul 2019 00:42:23 -0700 Subject: [PATCH] Add presubmit.yml --- .bazelci/presubmit.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .bazelci/presubmit.yml diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml new file mode 100644 index 0000000..9434221 --- /dev/null +++ b/.bazelci/presubmit.yml @@ -0,0 +1,7 @@ +--- +tasks: + ubuntu1804: + build_targets: + - "//java/com/google/android/apps/authenticator" + test_targets: + - "//javatests/..."