mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
moment of truth
This commit is contained in:
parent
9f73cb939d
commit
bf25647a0b
2 changed files with 10 additions and 10 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -65,12 +65,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
PKGX_DIR: /opt
|
PKGX_DIR: /opt
|
||||||
|
|
||||||
- uses: pkgxdev/brewkit/build@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
- uses: pkgxdev/brewkit/build@v1
|
||||||
id: build
|
id: build
|
||||||
with:
|
with:
|
||||||
pkg: ${{ matrix.pkg }}
|
pkg: ${{ matrix.pkg }}
|
||||||
|
|
||||||
- uses: pkgxdev/brewkit/audit@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
- uses: pkgxdev/brewkit/audit@v1
|
||||||
with:
|
with:
|
||||||
pkg: ${{ steps.build.outputs.pkgspec }}
|
pkg: ${{ steps.build.outputs.pkgspec }}
|
||||||
|
|
||||||
|
@ -83,6 +83,6 @@ jobs:
|
||||||
fi
|
fi
|
||||||
$SUDO rm -rf builds
|
$SUDO rm -rf builds
|
||||||
|
|
||||||
- uses: pkgxdev/brewkit/test@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
- uses: pkgxdev/brewkit/test@v1
|
||||||
with:
|
with:
|
||||||
pkg: ${{ steps.build.outputs.pkgspec }}
|
pkg: ${{ steps.build.outputs.pkgspec }}
|
||||||
|
|
14
.github/workflows/pkg-platform.yml
vendored
14
.github/workflows/pkg-platform.yml
vendored
|
@ -80,7 +80,7 @@ jobs:
|
||||||
p12-password: ${{ secrets.APPLE_CERTIFICATE_P12_PASSWORD }}
|
p12-password: ${{ secrets.APPLE_CERTIFICATE_P12_PASSWORD }}
|
||||||
APPLE_IDENTITY: ${{ secrets.APPLE_IDENTITY }}
|
APPLE_IDENTITY: ${{ secrets.APPLE_IDENTITY }}
|
||||||
|
|
||||||
- uses: pkgxdev/brewkit/build@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
- uses: pkgxdev/brewkit/build@v1
|
||||||
with:
|
with:
|
||||||
pkg: ${{ inputs.pkg }}
|
pkg: ${{ inputs.pkg }}
|
||||||
id: build
|
id: build
|
||||||
|
@ -88,11 +88,11 @@ jobs:
|
||||||
- uses: styfle/cancel-workflow-action@0.12.0
|
- uses: styfle/cancel-workflow-action@0.12.0
|
||||||
if: steps.build.outputs.noop
|
if: steps.build.outputs.noop
|
||||||
|
|
||||||
- uses: pkgxdev/brewkit/audit@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
- uses: pkgxdev/brewkit/audit@v1
|
||||||
with:
|
with:
|
||||||
pkg: ${{ inputs.pkg }}
|
pkg: ${{ inputs.pkg }}
|
||||||
|
|
||||||
- uses: pkgxdev/brewkit/upload-build-artifact@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
- uses: pkgxdev/brewkit/upload-build-artifact@v1
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: test ${{inputs.tinyname}} ${{ matrix.container || ''}} ${{ matrix.container || '' }} ${{ join(matrix.os, '+') }}
|
name: test ${{inputs.tinyname}} ${{ matrix.container || ''}} ${{ matrix.container || '' }} ${{ join(matrix.os, '+') }}
|
||||||
|
@ -109,10 +109,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: pkgxdev/setup@v2
|
- uses: pkgxdev/setup@v2
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: pkgxdev/brewkit/download-build-artifact@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
- uses: pkgxdev/brewkit/download-build-artifact@v1
|
||||||
with:
|
with:
|
||||||
pkg: ${{ inputs.pkg }}
|
pkg: ${{ inputs.pkg }}
|
||||||
- uses: pkgxdev/brewkit/test@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
- uses: pkgxdev/brewkit/test@v1
|
||||||
with:
|
with:
|
||||||
pkg: ${{ inputs.pkg }}
|
pkg: ${{ inputs.pkg }}
|
||||||
|
|
||||||
|
@ -143,14 +143,14 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
|
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
|
||||||
|
|
||||||
- uses: pkgxdev/brewkit/download-build-artifact@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
- uses: pkgxdev/brewkit/download-build-artifact@v1
|
||||||
id: dl
|
id: dl
|
||||||
with:
|
with:
|
||||||
pkg: ${{ inputs.pkg }}
|
pkg: ${{ inputs.pkg }}
|
||||||
platform: ${{ inputs.name }}
|
platform: ${{ inputs.name }}
|
||||||
extract: false
|
extract: false
|
||||||
|
|
||||||
- uses: pkgxdev/brewkit/bottle@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
- uses: pkgxdev/brewkit/bottle@v1
|
||||||
id: bottle
|
id: bottle
|
||||||
with:
|
with:
|
||||||
file: ${{ steps.dl.outputs.filename }}
|
file: ${{ steps.dl.outputs.filename }}
|
||||||
|
|
Loading…
Reference in a new issue