pull/1039/head
ruki 3 years ago
parent 6eeb5a891e
commit 771d6a9d1e
  1. 3
      .github/workflows/android.yml
  2. 3
      .github/workflows/archlinux.yml
  3. 3
      .github/workflows/cross_musl.yml
  4. 3
      .github/workflows/fedora.yml
  5. 3
      .github/workflows/freebsd.yml
  6. 3
      .github/workflows/iphoneos.yml
  7. 3
      .github/workflows/macos.yml
  8. 3
      .github/workflows/mingw_macos.yml
  9. 3
      .github/workflows/mingw_msys2.yml
  10. 3
      .github/workflows/ubuntu.yml
  11. 3
      .github/workflows/ubuntu_clang.yml
  12. 3
      .github/workflows/windows.yml

@ -16,6 +16,9 @@ jobs:
runs-on: ${{ matrix.os }}
concurrency:
group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Android-${{ matrix.arch }}-${{ matrix.ndk_sdkver }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1

@ -15,6 +15,9 @@ jobs:
container: archlinux:base-devel
runs-on: ${{ matrix.os }}
concurrency:
group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Archlinux-${{ matrix.kind }}
cancel-in-progress: true
steps:
- name: Installation
run: |

@ -14,6 +14,9 @@ jobs:
runs-on: ${{ matrix.os }}
concurrency:
group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Cross-Musl-${{ matrix.cross }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1

@ -15,6 +15,9 @@ jobs:
runs-on: ${{ matrix.os }}
container: fedora:latest
concurrency:
group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Fedora-${{ matrix.kind }}
cancel-in-progress: true
steps:
- name: Installation
run: |

@ -15,6 +15,9 @@ jobs:
runs-on: ${{ matrix.os }}
concurrency:
group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-FreeBSD-${{ matrix.kind }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v1

@ -13,6 +13,9 @@ jobs:
runs-on: ${{ matrix.os }}
concurrency:
group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-iPhoneOS
cancel-in-progress: true
steps:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1

@ -14,6 +14,9 @@ jobs:
runs-on: ${{ matrix.os }}
concurrency:
group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-macOS-${{ matrix.kind }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1

@ -14,6 +14,9 @@ jobs:
runs-on: ${{ matrix.os }}
concurrency:
group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-MingW-macOS-${{ matrix.kind }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1

@ -18,6 +18,9 @@ jobs:
{ msystem: MINGW32, kind: shared, arch: i686, prefix: /mingw32 }
]
concurrency:
group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-MSYS2_MINGW-${{ matrix.msystem }}-${{ matrix.kind }}-${{ matrix.arch }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v1

@ -14,6 +14,9 @@ jobs:
runs-on: ${{ matrix.os }}
concurrency:
group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Linux-${{ matrix.kind }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1

@ -14,6 +14,9 @@ jobs:
runs-on: ${{ matrix.os }}
concurrency:
group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Linux-Clang
cancel-in-progress: true
steps:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1

@ -17,6 +17,9 @@ jobs:
runs-on: ${{ matrix.os }}
concurrency:
group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Windows-${{ matrix.os }}-${{ matrix.kind }}-${{ matrix.os }}-${{ matrix.vs_runtime }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1

Loading…
Cancel
Save