mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-14 15:05:06 +00:00
13 lines
269 B
YAML
13 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
|