main.yml 376 B

12345678910111213141516171819202122232425
  1. name: Android CI
  2. on:
  3. push:
  4. branches: [ as ]
  5. pull_request:
  6. branches: [ as ]
  7. jobs:
  8. build:
  9. runs-on: ubuntu-latest
  10. steps:
  11. - uses: actions/checkout@v2
  12. - name: set up JDK 1.8
  13. uses: actions/setup-java@v2
  14. with:
  15. java-version: 1.8
  16. distribution: 'adopt'
  17. # - name: Build Debug APK
  18. # run: