0
0
Fork 0
mirror of https://github.com/YTVanced/VancedMicroG synced 2024-11-14 15:05:06 +00:00
VancedMicroG/.github/workflows/build.yml
2021-01-11 22:40:14 +01:00

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