summaryrefslogtreecommitdiff
path: root/tests/integration/project/elements/workspace/workspace-updated-dependency-failed.bst
blob: f05907cf58e32e84e14d6b7c6a41eb6a25806082 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
kind: manual

depends:
  - base.bst
  - workspace/dependency.bst

sources:
  - kind: local
    path: files/workspace-updated-dependency-failed/

config:
  build-commands:
    - make
    - chmod +x test.sh
    - mkdir -p %{install-root}/usr/bin/
    - cp test.sh %{install-root}/usr/bin/
    - ls %{install-root}