summaryrefslogtreecommitdiff
path: root/spec-qdp/qdp/steps/doc-rtems.yml
blob: f584a2302d8f6b24cb157e4a27dfc11c45cd307f (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
68
69
70
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-step-type: run-actions
actions:
- action: remove-glob
  enabled-by: true
  remove-tree: true
  path: ${.:/params/working-directory}
  patterns:
  - build
  - .lock-waf*
  - .waf*
- action: subprocess
  command:
  - ./waf
  - configure
  - --prefix=${../deployment/doc-rtems:/directory}
  - --pdf
  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: subprocess
  command:
  - ./waf
  - install
  - --destdir=${.:/params/intermediate-directory}
  enabled-by: true
  env: []
  expected-return-code: 0
  working-directory: ${.:/params/working-directory}
- action: directory-state-move-tree
  enabled-by: true
  excludes: []
  output-name: deployment
  prefix: null
  root: ${.:/params/intermediate-directory}
- action: remove-glob
  enabled-by: true
  remove-tree: true
  path: ${.:/params/working-directory}
  patterns:
  - build
  - .lock-waf*
  - .waf*
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
description: |
  Builds the RTEMS documentation.
enabled-by: true
links:
- hash: null
  name: source
  role: input
  uid: ../source/rtems-docs
- name: deployment
  role: output
  uid: ../deployment/doc-rtems
params:
  intermediate-directory: ${.:/params/working-directory}/destdir
  working-directory: ${../source/rtems-docs:/directory}
qdp-type: build-step
type: qdp