aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrashant Patil <prashantkspatil@gmail.com>2023-03-06 15:16:06 +0000
committerEran Messeri <eran.mes@gmail.com>2023-03-29 11:41:22 +0100
commit0e2381999d1771c7a41b6bd0cdfd1d64de1a9e78 (patch)
tree25c461c9bfda3e7b0eefc06bf0eb1158e2b00935
parent9b023ce2df3826aceca31c6b799d3c81e9ee7b71 (diff)
downloadandroid-key-attestation-0e2381999d1771c7a41b6bd0cdfd1d64de1a9e78.tar.gz
Create bazel.yml
Adding bazel.yml action file to build project using bazel. (cherry picked from commit 9a986f1426b3625a2f28fb49245908c77f950365)
-rw-r--r--.github/workflows/bazel.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml
new file mode 100644
index 0000000..cfd4d01
--- /dev/null
+++ b/.github/workflows/bazel.yml
@@ -0,0 +1,24 @@
+
+name: Java CI with Bazel
+
+on:
+ push:
+ branches: [ "master" ]
+ pull_request:
+ branches: [ "master" ]
+
+permissions:
+ contents: read
+
+jobs:
+ checks:
+ name: run
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@master
+
+ - name: run
+ uses: ngalaiko/bazel-action/2.0@master
+ with:
+ working_dir: server/src/main/
+ args: build //...