mirror of
https://github.com/nuclearfog/Shitter.git
synced 2024-12-27 01:53:39 +01:00
Create gradle.yml
This commit is contained in:
parent
790c60ad06
commit
099bbc55fa
21
.github/workflows/gradle.yml
vendored
Normal file
21
.github/workflows/gradle.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
# This workflow will build a Java project with Gradle
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
|
||||
|
||||
name: Android app with Gradle
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout the code
|
||||
uses: actions/checkout@v2
|
||||
- name: Build the app
|
||||
run: ./gradlew build
|
||||
|
Loading…
Reference in New Issue
Block a user