Skip to content

feat: use production endpoint #14

feat: use production endpoint

feat: use production endpoint #14

Workflow file for this run

# SPDX-FileCopyrightText: 2021, microG Project Team
# SPDX-License-Identifier: CC0-1.0
name: Build
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: ./gradlew --no-daemon build
env:
TERM: dumb
JAVA_OPTS: -Xmx2048m
- uses: actions/upload-artifact@v3
with:
name: build
path: build