lets try again
continuous-integration/drone the build was successful
Details
continuous-integration/drone the build was successful
Details
This commit is contained in:
parent
fd03c3a259
commit
9e669ddadd
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue