summaryrefslogtreecommitdiffstats
path: root/examples/ls.yml
blob: 63816a0712a13d975cc7e4c70806a9b58edcff98 (plain)
1
2
3
4
5
6
7
8
9
10
tasks:
  build:
    target_depends:
      - task: 'foo:build'
      - task: 'bar:build'
    output:
      default: {}
    run: |
      ls -lh /
      ls -lhR "${SYSROOT}"