2020-03-25 22:13:26 +00:00
|
|
|
name: Build Debian package
|
|
|
|
description: Build Debian package from source for selected target release
|
|
|
|
branding:
|
|
|
|
color: red
|
|
|
|
icon: package
|
|
|
|
inputs:
|
2020-03-26 12:26:07 +00:00
|
|
|
source_directory:
|
2020-03-26 09:34:31 +00:00
|
|
|
description: Directory where Debian sources are, relative to workspace
|
2020-03-25 22:13:26 +00:00
|
|
|
required: false
|
2020-03-26 09:34:31 +00:00
|
|
|
default: ./
|
2020-03-26 12:26:07 +00:00
|
|
|
artifacts_directory:
|
|
|
|
description: Directory where build artifacts will be placed, relative to workspace
|
|
|
|
required: false
|
|
|
|
default: ./
|
2020-03-25 21:27:56 +00:00
|
|
|
runs:
|
2020-03-26 09:34:31 +00:00
|
|
|
using: node12
|
|
|
|
main: main.js
|
2020-12-09 22:06:47 +00:00
|
|
|
post: post.js
|