Home
last modified time | relevance | path

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

/sof-3.4.0/
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-3.4.0/.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
16 # yamllint disable-line rule:truthy
20 - 'main'
21 - 'stable-**'
22 - '**-stable'
25 - 'main'
[all …]
Drepro-build.yml1 ---
2 # SPDX-License-Identifier: BSD-3-Clause
3 # Tools that can save round-trips to github and a lot of time:
5 # yamllint -f parsable this.yml
7 # yaml merge-expand this.yml exp.yml && diff -w -u this.yml exp.yml
14 # yamllint disable-line rule:truthy
19 runs-on: ubuntu-20.04
22 - uses: actions/checkout@v2
23 with: {fetch-depth: 5, submodules: recursive}
25 - name: docker pull
[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
23 fail-fast: false
27 IPC_VERSION=IPC4 UNSIGNED_list= SIGNED_list='tgl tgl-h',
31 - uses: actions/checkout@v2
33 with: {fetch-depth: 50, submodules: recursive}
[all …]