CI fx workflow 25
This commit is contained in:
parent
83ce06579c
commit
6a1a0a6838
@ -17,12 +17,14 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: dpkg -V
|
run: dpkg -V
|
||||||
- name: Building package
|
- name: Building package
|
||||||
continue-on-error: true
|
continue-on-error: false
|
||||||
run: cd ${{gitea.basedir}} && pwd && cd debian && debuild -us -uc -b
|
run: |
|
||||||
|
cd ${{ gitea.basedir }}/debian
|
||||||
|
ls -l
|
||||||
|
debuild -us -uc -b
|
||||||
- name: Try to upload artifacts
|
- name: Try to upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: bforce
|
name: bforce
|
||||||
path: bforce*.deb
|
path: bforce*.deb
|
||||||
- run: echo "This job's over"
|
- run: echo "This job's over"
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ run-name: $ is testing out Gitea Actions 🚀
|
|||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: slon-vm
|
||||||
steps:
|
steps:
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event.name }} event."
|
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event.name }} event."
|
||||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user