summaryrefslogtreecommitdiff
path: root/spec-qdp/qdp/steps/bsp-extra-coverage.yml
blob: 9bbcefacb717fd6ee20f24abdc517790c1847069 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-step-type: run-actions
actions:
- action: remove-tree
  enabled-by: true
  missing-ok: true
  path: ${.:/params/build-directory}
- action: remove-glob
  enabled-by: true
  remove-tree: true
  path: ${.:/params/working-directory}
  patterns:
  - .lock-waf*
  - .waf*
- action: subprocess
  command:
  - ./waf
  - configure
  - --out=${.:/params/build-directory}
  - --prefix=${../variant:/build-directory}
  - --rtems-tools=${../deployment/rtems-tool-suite:/directory}
  - --rtems-config=${../deployment/config-extra-coverage:/file}
  enabled-by: true
  env: []
  expected-return-code: 0
  working-directory: ${.:/params/working-directory}
- action: subprocess
  command:
  - ./waf
  - build
  enabled-by: true
  env: []
  expected-return-code: 0
  working-directory: ${.:/params/working-directory}
- action: remove-glob
  enabled-by: true
  remove-tree: true
  path: ${.:/params/working-directory}
  patterns:
  - .lock-waf*
  - .waf*
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
description: |
  Builds the BSP in the extra-coverage configuration.
enabled-by: true
links:
- hash: null
  name: source
  role: input
  uid: ../source/rtems
- hash: null
  name: tools
  role: input
  uid: ../deployment/rtems-tool-suite
- hash: null
  name: config
  role: input
  uid: ../deployment/config-extra-coverage
- name: build
  role: output
  uid: ../build/bsp-extra-coverage
params:
  build-directory: ${../build/bsp-extra-coverage:/directory}
  working-directory: ${../source/rtems:/directory}
qdp-type: build-step
type: qdp