File: action.yml

package info (click to toggle)
libbpf 1.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,696 kB
  • sloc: ansic: 36,195; cpp: 782; sh: 637; makefile: 170; python: 23
file content (16 lines) | stat: -rw-r--r-- 367 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: 'debian'
description: 'Build'
inputs:
  target:
    description: 'Run target'
    required: true
runs:
  using: "composite"
  steps:
    - run: |
        source /tmp/ci_setup
        bash -x $CI_ROOT/managers/debian.sh SETUP
        bash -x $CI_ROOT/managers/debian.sh ${{ inputs.target }}
        bash -x $CI_ROOT/managers/debian.sh CLEANUP
      shell: bash