mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-11-11 14:49:24 +01:00
14 lines
269 B
YAML
14 lines
269 B
YAML
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
|