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:
|
2021-07-09 22:11:23 +00:00
|
|
|
cpu_architecture:
|
2021-07-09 22:45:29 +00:00
|
|
|
description: Target CPU architecture (amd64, arm64, arm, ...)
|
2021-07-09 22:11:23 +00:00
|
|
|
required: false
|
|
|
|
default: amd64
|
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: ./
|
2021-07-09 21:54:49 +00:00
|
|
|
os_distribution:
|
|
|
|
description: OS distribution name, value from `debian/changelog` is used if not defined
|
|
|
|
required: false
|
2022-10-27 11:00:43 +00:00
|
|
|
lintian_opts:
|
|
|
|
description: Command line parameters provided to 'lintian'
|
|
|
|
required: false
|
|
|
|
default: ""
|
2020-03-25 21:27:56 +00:00
|
|
|
runs:
|
2022-10-27 08:27:49 +00:00
|
|
|
using: node16
|
2020-03-26 09:34:31 +00:00
|
|
|
main: main.js
|
2020-12-09 22:06:47 +00:00
|
|
|
post: post.js
|