iphoneos.yml 584 B

12345678910111213141516171819202122232425262728
  1. name: iPhoneOS
  2. on:
  3. pull_request:
  4. branches:
  5. - dev
  6. jobs:
  7. build:
  8. strategy:
  9. matrix:
  10. os: [macOS-14]
  11. runs-on: ${{ matrix.os }}
  12. concurrency:
  13. group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-iPhoneOS
  14. cancel-in-progress: true
  15. steps:
  16. - uses: actions/checkout@v1
  17. - uses: xmake-io/github-action-setup-xmake@v1
  18. with:
  19. xmake-version: branch@master
  20. actions-cache-folder: '.xmake-cache'
  21. - name: Tests
  22. run: |
  23. xmake l ./scripts/test.lua -D -p iphoneos