add the ci stuff again
continuous-integration/drone the build failed
Details
continuous-integration/drone the build failed
Details
This commit is contained in:
parent
a56427705c
commit
3dca945c75
|
@ -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
|
Loading…
Reference in New Issue