This commit is contained in:
parent
875ea3505f
commit
224115fffe
@ -6,12 +6,8 @@ jobs:
|
|||||||
runs-on: arch-latest
|
runs-on: arch-latest
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
|
- 'zx'
|
||||||
steps:
|
steps:
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ inputs.event }} event."
|
|
||||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
|
||||||
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
|
||||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
|
||||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
|
||||||
- name: Checking environment
|
- name: Checking environment
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: printenv
|
run: printenv
|
||||||
@ -37,5 +33,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: bforce-${{ env.GITHUB_SHA }}
|
name: bforce-${{ env.GITHUB_SHA }}
|
||||||
path: bforce
|
path: bforce
|
||||||
- run: echo "🍏 This job's status is ${{ github.state }}."
|
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y build-essential fakeroot debhelper pkg-config --no-install-recommends
|
apt-get install -y build-essential fakeroot devscripts debhelper pkg-config --no-install-recommends
|
||||||
- name: Building package
|
- name: Building package
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user