summaryrefslogtreecommitdiff
path: root/spec-qdp/qdp/steps/bsp-extra-coverage.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec-qdp/qdp/steps/bsp-extra-coverage.yml')
-rw-r--r--spec-qdp/qdp/steps/bsp-extra-coverage.yml67
1 files changed, 67 insertions, 0 deletions
diff --git a/spec-qdp/qdp/steps/bsp-extra-coverage.yml b/spec-qdp/qdp/steps/bsp-extra-coverage.yml
new file mode 100644
index 00000000..9bbcefac
--- /dev/null
+++ b/spec-qdp/qdp/steps/bsp-extra-coverage.yml
@@ -0,0 +1,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