Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create android.yml #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Landlordway
Copy link

.github/workflows/android.yml

@Landlordway
Copy link
Author

#9

@Landlordway
Copy link
Author

#92

Copy link
Author

@Landlordway Landlordway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#1

@Landlordway
Copy link
Author

#92 (comment) a47fa1d157250b70121d7a0e5a5322184755adf Mon Sep 17 00:00:00 2001
From: Landlordway [email protected]
Date: Sat, 4 Mar 2023 18:58:00 +0100
Subject: [PATCH] Create android.yml


.github/workflows/android.yml | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 .github/workflows/android.yml

diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
new file mode 100644
index 0000000..e519f16
--- /dev/null
+++ b/.github/workflows/android.yml
@@ -0,0 +1,26 @@
+name: Android CI
+
+on:

  • push:
  • branches: [ "master" ]
  • pull_request:
  • branches: [ "master" ]

+jobs:

  • build:
  • runs-on: ubuntu-latest
  • steps:
    • uses: actions/checkout@v3
    • name: set up JDK 11
  •  uses: actions/setup-java@v3
    
  •  with:
    
  •    java-version: '11'
    
  •    distribution: 'temurin'
    
  •    cache: gradle
    
    • name: Grant execute permission for gradlew
  •  run: chmod +x gradlew
    
    • name: Build with Gradle
  •  run: ./gradlew build
    

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants