summaryrefslogtreecommitdiff
path: root/integration-tests/compose-test/elements/dependencies/devel-run.bst
blob: 4134fec8192df226b670fc83ecb0d65f7a61b472 (plain)
1
2
3
4
5
6
7
8
9
10
11
kind: script
description: Run autotools-built binary

depends:
  - filename: dependencies/base-platform.bst
    type: build

config:
  commands:
    - "mkdir -p /buildstream/install%{includedir}"
    - "echo 'You should never see this file!' > /buildstream/install%{includedir}/broken"