android_opengl.yml 392 B

1234567891011121314151617181920212223
  1. name: Android (OpenGL)
  2. on:
  3. push:
  4. branches:
  5. - main
  6. pull_request:
  7. branches:
  8. - main
  9. jobs:
  10. build:
  11. runs-on: ubuntu-latest
  12. steps:
  13. - uses: actions/checkout@v3
  14. - name: Get Submodules
  15. run: git submodule update --init --recursive
  16. - name: Compile
  17. run: |
  18. cd armorpaint
  19. ../armorcore/Kinc/make --from ../armorcore android -g opengl