We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
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:
uses: actions/setup-java@v1
with:
java-version: 1.8
run: ./gradlew build
Originally posted by @CREATIONuri in #192 (comment)
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Originally posted by @CREATIONuri in #192 (comment)
The text was updated successfully, but these errors were encountered: