add the ci stuff again
continuous-integration/drone the build failed Details

This commit is contained in:
root 2021-09-20 01:26:38 +02:00
parent a56427705c
commit 3dca945c75
1 changed files with 19 additions and 0 deletions

19
.drone.yml Normal file
View File

@ -0,0 +1,19 @@
pipeline:
build:
image: debian
pull: true
commands:
- make
- make install
when:
event: [push, tag]
package:
image: debian
pull: true
commands:
- apt install build-essential
- debuild -us -uc
- ls -la
when:
event: tag/.vagrant