Probably horribly broken, but lets test anyway
All checks were successful
ci/woodpecker/push/drone Pipeline was successful

This commit is contained in:
UnlimitedCookies
2022-03-03 16:03:23 +01:00
parent a49d3283e9
commit 0b3ef51543
2 changed files with 29 additions and 32 deletions

View File

@@ -3,11 +3,11 @@ pipeline:
image: debian
pull: true
commands:
- apt update && apt install -y make wget
- apt update && apt install -y make curl
- make
- ls -la
- ls -laR
- make install
- ls -la
- ls -laR
when:
event: [push, tag]
@@ -15,9 +15,9 @@ pipeline:
image: debian
pull: true
commands:
- apt update && apt install -y build-essential fakeroot devscripts wget
- apt update && apt install -y build-essential devscripts
- make package
- ls -la
- ls -laR
when:
event: tag