Lines Matching +full:docker +full:- +full:run
1 ---
2 # Tools that can save round-trips to github and a lot of time:
4 # yamllint -f parsable this.yml
6 # yaml merge-expand this.yml exp.yml && diff -w -u this.yml exp.yml
15 # yamllint disable-line rule:truthy
20 runs-on: ubuntu-20.04
22 - uses: actions/checkout@v2
24 with: {fetch-depth: 50, submodules: recursive}
26 - name: docker
27 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
29 # -j3 tests the ability to build multiple platforms
32 - name: build all and stage
33 run: ./scripts/docker-run.sh make -j3 -C installer/ stage
35 - name: check staging tree
36 run: make -C installer/ checktree
38 - name: test make cleanall
39 run: |
40 make -C installer cleanall
42 rm -rf scripts/kconfig/__pycache__/
43 ! git status --porcelain --ignored | grep .