Skip to content
This repository was archived by the owner on Mar 22, 2026. It is now read-only.

Merge pull request #15 from TouchController/tc/wiki/whiteelephant #228

Merge pull request #15 from TouchController/tc/wiki/whiteelephant

Merge pull request #15 from TouchController/tc/wiki/whiteelephant #228

Workflow file for this run

name: Build AuthProxy
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
- name: Setup Android SDK
uses: android-actions/setup-android@v3
- uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r28b
- name: Setup Bazel
uses: bazel-contrib/setup-bazel@0.14.0
- name: Build
run: |
bazel build --verbose_failures //authproxy
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: artifacts-bazel
path: |
bazel-bin/authproxy/libauthproxy.jar