lets try again
continuous-integration/drone the build was successful Details

This commit is contained in:
root 2021-09-20 01:34:47 +02:00
parent fd03c3a259
commit 9e669ddadd
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ pipeline:
image: debian image: debian
pull: true pull: true
commands: commands:
- apt install make wget - apt update && apt install -y make wget
- make - make
- make install - make install
when: when:
@ -13,7 +13,7 @@ pipeline:
image: debian image: debian
pull: true pull: true
commands: commands:
- apt install build-essential - apt update && apt install -y build-essential
- debuild -us -uc - debuild -us -uc
- ls -la - ls -la
when: when: