mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
Fix CI
This commit is contained in:
parent
bfaf540bb9
commit
bf5bbf24f2
9
.github/workflows/test-pack-lib.yml
vendored
9
.github/workflows/test-pack-lib.yml
vendored
@ -23,7 +23,6 @@ jobs:
|
|||||||
name: "Pack Lib Test (${{ matrix.lib }} for ${{ matrix.os.name }}-${{ matrix.os.arch }})"
|
name: "Pack Lib Test (${{ matrix.lib }} for ${{ matrix.os.name }}-${{ matrix.os.arch }})"
|
||||||
runs-on: ${{ matrix.os.runs-on }}
|
runs-on: ${{ matrix.os.runs-on }}
|
||||||
timeout-minutes: 120
|
timeout-minutes: 120
|
||||||
if: matrix.os.name != 'windows' || matrix.lib != 'pkg-config'
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
@ -44,6 +43,12 @@ jobs:
|
|||||||
- zlib
|
- zlib
|
||||||
- bzip2
|
- bzip2
|
||||||
- gmp
|
- gmp
|
||||||
|
exclude:
|
||||||
|
- os:
|
||||||
|
runs-on: windows-latest
|
||||||
|
arch: "x86_64"
|
||||||
|
lib: pkg-config
|
||||||
|
lib: pkg-config
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
@ -92,5 +97,5 @@ jobs:
|
|||||||
- name: "Upload packed lib (${{ matrix.lib }} for ${{ matrix.os.name }}-${{ matrix.os.arch }})"
|
- name: "Upload packed lib (${{ matrix.lib }} for ${{ matrix.os.name }}-${{ matrix.os.arch }})"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
path: dist/${{ matrix.lib }}-${{ matrix.os.arch }}-${{ matrix.os.name }}.tar.gz
|
path: dist/${{ matrix.lib }}-${{ matrix.os.arch }}-${{ matrix.os.name }}.txz
|
||||||
name: ${{ matrix.lib }}-${{ matrix.os.arch }}-${{ matrix.os.name }}
|
name: ${{ matrix.lib }}-${{ matrix.os.arch }}-${{ matrix.os.name }}
|
||||||
Loading…
x
Reference in New Issue
Block a user