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

> diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml #235

Open
CREATIONuri opened this issue Feb 25, 2021 · 1 comment

Comments

@CREATIONuri
Copy link

diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
new file mode 100644
index 0000000..d31c789
--- /dev/null
+++ b/.github/workflows/android.yml
@@ -0,0 +1,17 @@
+name: Android CI
+auto complete
+on: [push]
+
+jobs:

  • build:
  • runs-on: ubuntu-latest
  • steps:
    • uses: actions/checkout@v1
    • name: set up JDK 1.8
  •  uses: actions/setup-java@v1
    
  •  with:
    
  •    java-version: 1.8
    
    • name: Build with Gradle
  •  run: ./gradlew build
    

Originally posted by @CREATIONuri in #192 (comment)

@Soughman7979
Copy link

export_image

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

No branches or pull requests

2 participants