Edit

kc3-lang/SDL/.github/workflows/android.yml

Branch :

  • Show log

    Commit

  • Author : Cameron Cawley
    Date : 2021-07-11 17:38:33
    Hash : 297ce148
    Message : CI: Add Android builds to GitHub Actions

  • .github/workflows/android.yml
  • name: Build (Android)
    
    on: [push, pull_request]
    
    jobs:
      android:
        runs-on: ubuntu-latest
        steps:
          - uses: actions/checkout@v2
          - uses: nttld/setup-ndk@v1
            with:
              ndk-version: r21e
          - name: Build
            run: ./build-scripts/androidbuildlibs.sh