diff options
| author | ruki <[email protected]> | 2021-08-20 22:33:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-08-20 22:33:13 +0800 |
| commit | aa1fcf6c858bb139927c9e1d36e70bd7197ba8fb (patch) | |
| tree | 71d3ee158b4d3353032b71e7de84ea6a756a3c8c | |
| parent | bf6b82226abc277eaaf7d16fabfea48edb4d6cf7 (diff) | |
improve ci
| -rw-r--r-- | .github/workflows/archlinux.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/debian_mips64.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/fedora.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/freebsd.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/linux.yml | 16 | ||||
| -rw-r--r-- | .github/workflows/macos.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/msys2_mingw.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/ubuntu_arm.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/ubuntu_arm64.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/windows.yml | 2 |
10 files changed, 17 insertions, 17 deletions
diff --git a/.github/workflows/archlinux.yml b/.github/workflows/archlinux.yml index d16473c5a..2c13dd367 100644 --- a/.github/workflows/archlinux.yml +++ b/.github/workflows/archlinux.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest concurrency: - group: ${{ github.head_ref }}-build + group: ${{ github.head_ref }}-Archlinux cancel-in-progress: true steps: - name: Prepare build tools diff --git a/.github/workflows/debian_mips64.yml b/.github/workflows/debian_mips64.yml index f31428370..a2365b2af 100644 --- a/.github/workflows/debian_mips64.yml +++ b/.github/workflows/debian_mips64.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest concurrency: - group: ${{ github.head_ref }}-build + group: ${{ github.head_ref }}-DebianMips64 cancel-in-progress: true steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/fedora.yml b/.github/workflows/fedora.yml index 874f8432c..0105d35ef 100644 --- a/.github/workflows/fedora.yml +++ b/.github/workflows/fedora.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest concurrency: - group: ${{ github.head_ref }}-build + group: ${{ github.head_ref }}-Fedora cancel-in-progress: true steps: - name: Prepare build tools diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index d45d2a2ad..43de28c51 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -12,7 +12,7 @@ jobs: runs-on: macos-latest concurrency: - group: ${{ github.head_ref }}-build + group: ${{ github.head_ref }}-FreeBSD cancel-in-progress: true steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 1478b0962..1851e45ab 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest concurrency: - group: ${{ github.head_ref }}-build + group: ${{ github.head_ref }}-Linux cancel-in-progress: true steps: - uses: actions/checkout@v2 @@ -36,7 +36,7 @@ jobs: run: | sudo apt install -y ruby ruby-dev rubygems build-essential sudo gem install --no-document fpm - scripts/makepkg deb + scripts/makepkg deb - uses: actions/upload-artifact@v2 with: name: xmake-latest.amd64.deb @@ -62,11 +62,11 @@ jobs: sudo apt install -y dh-make rng-tools devscripts lintian echo "$PPA_GPG_PRIKEY_2C0C68C9" > ppa_gpg.key gpg --import ppa_gpg.key - scripts/makeppa groovy - scripts/makeppa focal - scripts/makeppa bionic - scripts/makeppa xenial - scripts/makeppa trusty - scripts/makeppa precise + scripts/makeppa groovy + scripts/makeppa focal + scripts/makeppa bionic + scripts/makeppa xenial + scripts/makeppa trusty + scripts/makeppa precise diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index c6ed72491..c814607ec 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -12,7 +12,7 @@ jobs: runs-on: macos-latest concurrency: - group: ${{ github.head_ref }}-build + group: ${{ github.head_ref }}-macOS cancel-in-progress: true steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/msys2_mingw.yml b/.github/workflows/msys2_mingw.yml index 3fa744ed1..d19184283 100644 --- a/.github/workflows/msys2_mingw.yml +++ b/.github/workflows/msys2_mingw.yml @@ -9,7 +9,7 @@ jobs: runs-on: windows-latest concurrency: - group: ${{ github.head_ref }}-build + group: ${{ github.head_ref }}-MSYS2_MINGW cancel-in-progress: true strategy: diff --git a/.github/workflows/ubuntu_arm.yml b/.github/workflows/ubuntu_arm.yml index f6b2e08cd..df62b3ae9 100644 --- a/.github/workflows/ubuntu_arm.yml +++ b/.github/workflows/ubuntu_arm.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest concurrency: - group: ${{ github.head_ref }}-build + group: ${{ github.head_ref }}-UbuntuArm cancel-in-progress: true steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/ubuntu_arm64.yml b/.github/workflows/ubuntu_arm64.yml index 730bb46b2..14abdc7ba 100644 --- a/.github/workflows/ubuntu_arm64.yml +++ b/.github/workflows/ubuntu_arm64.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest concurrency: - group: ${{ github.head_ref }}-build + group: ${{ github.head_ref }}-UbuntuArm64 cancel-in-progress: true steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 9606433d6..4dfe3eb35 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} concurrency: - group: ${{ github.head_ref }}-build + group: ${{ github.head_ref }}-Windows cancel-in-progress: true steps: - uses: actions/checkout@v2 |
