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