Home
last modified time | relevance | path

Searched +full:- +full:db_coverage (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/.github/workflows/
Dmacos-ci.yml1 name: macos-ci
14 runs-on: macos-latest
17 - name: Checkout
19 - name: Setup Ccache
20 uses: hendrikmuhs/ccache-action@6d1841ec156c39a52b1b23a810da917ab98da1f4 # v1.2.10
22 key: ${{ github.job }}-${{ runner.os }}-${{ runner.arch }}
23 - name: Install Dependencies
31 gobject-introspection \
36 pkg-config
37 - name: Install Python Dependencies
[all …]
Dlinux-ci.yml1 name: linux-ci
15 runs-on: ubuntu-20.04
18 - name: Checkout
20 - name: Setup Ccache
21 uses: hendrikmuhs/ccache-action@6d1841ec156c39a52b1b23a810da917ab98da1f4 # v1.2.10
23 key: ${{ github.job }}-${{ runner.os }}-${{ runner.arch }}
24 - name: Install Dependencies
26 sudo apt-get update
27 sudo apt-get install \
29 gobject-introspection \
[all …]
/external/libdav1d/
D.gitlab-ci.yml2 - style
3 - build
4 - test
6 .debian-amd64-common:
7 image: registry.videolan.org/dav1d-debian-unstable:20240406142551
10 - docker
11 - amd64
13 .debian-amd64-minimum:
14 image: registry.videolan.org/dav1d-debian-minimum:20240406142551
17 - docker
[all …]