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