This commit is contained in:
parent
7ed9ce1ad4
commit
e48c7e9d2b
1 changed files with 1 additions and 20 deletions
|
@ -1,6 +1,7 @@
|
|||
on:
|
||||
pull_request:
|
||||
types: [ assigned, opened, synchronize, reopened ]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
run-name: lint
|
||||
|
@ -12,23 +13,3 @@ jobs:
|
|||
sudo apk add shellcheck atools sudo abuild
|
||||
export PATH="$PATH:$GITHUB_WORKSPACE/.gitlab/bin"
|
||||
lint
|
||||
continue-on-error: true
|
||||
|
||||
build-x86_64:
|
||||
run-name: Build on x86_64
|
||||
runs-on: x86_64
|
||||
container:
|
||||
image: alpine:edge
|
||||
steps:
|
||||
- run: |
|
||||
sudo apk add alpine-sdk lua-aports sudo
|
||||
sudo addgroup $USER abuild
|
||||
export PATH="$PATH:$GITHUB_WORKSPACE/.gitlab/bin"
|
||||
sudo -Eu $USER build.sh
|
||||
- name: Upload math result for job 1
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: package
|
||||
path:
|
||||
- packages/
|
||||
- keys /
|
||||
|
|
Loading…
Reference in a new issue