Home
last modified time | relevance | path

Searched +full:docker +full:- +full:pull +full:- +full:sof (Results 1 – 4 of 4) sorted by relevance

/sof-2.7.6/
D.travis.yml1 ---
2 # Suggested tools that can save round-trips to github and a lot of time:
6 # yaml merge-expand .travis.yml exp.yml && diff -b -u .travis.yml exp.yml
16 - docker
23 - buildonly
24 - tests
27 # 'name:'-less jobs appear with their env, e.g.: PLATFORM=tgl
33 - &build-platform
36 &docker-pull-sof anchor
37 docker pull thesofproject/sof && docker tag thesofproject/sof sof
[all …]
/sof-2.7.6/.github/workflows/
Dpull-request.yml1 ---
2 # Tools that can save round-trips to github and a lot of time:
4 # yamllint -f parsable pull_request.yml
6 # yaml merge-expand pull_request.yml exp.yml &&
7 # diff -w -u pull_request.yml exp.yml
14 # this name is the Checks window next to other, non-github checks.
17 # yamllint disable-line rule:truthy
21 - 'main'
22 - 'stable-**'
23 - '**-stable'
[all …]
Dtools.yml1 ---
7 # yamllint disable-line rule:truthy
11 # This is not the same as building every ./build-tools.sh option.
12 top-level_default_CMake_target_ALL:
13 runs-on: ubuntu-latest
15 - uses: actions/checkout@v2
18 # (https://github.com/thesofproject/sof/issues/2543) and likely
20 - name: docker
21 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
24 - name: build-tools
[all …]
Dinstaller.yml1 ---
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
[all …]