This commit is contained in:
+2
-14
@@ -1,17 +1,5 @@
|
||||
pipeline:
|
||||
build:
|
||||
image: debian
|
||||
pull: true
|
||||
commands:
|
||||
- apt update && apt install -y make curl
|
||||
- make
|
||||
- ls -laR
|
||||
- make install
|
||||
- ls -laR
|
||||
when:
|
||||
event: [push, tag]
|
||||
|
||||
package:
|
||||
build_deb:
|
||||
image: debian
|
||||
pull: true
|
||||
commands:
|
||||
@@ -19,6 +7,6 @@ pipeline:
|
||||
- make package
|
||||
- ls -laR
|
||||
when:
|
||||
event: tag
|
||||
event: [push, tag]
|
||||
|
||||
branches: master
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
3.0 (git)
|
||||
Reference in New Issue
Block a user