Searched +full:- +full:dchafa (Results 1 – 4 of 4) sorted by relevance
1 name: macos-ci14 runs-on: macos-latest17 - name: Checkout19 - name: Setup Ccache20 uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.1422 key: ${{ github.job }}-${{ runner.os }}-${{ runner.arch }}23 - name: Install Dependencies27 brew rm -f pkg-config@0.29.232 gobject-introspection \38 - name: Setup Python[all …]
1 name: linux-ci15 runs-on: ubuntu-20.0418 - name: Checkout20 - name: Setup Ccache21 uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.1423 key: ${{ github.job }}-${{ runner.os }}-${{ runner.arch }}24 - name: Install Dependencies26 sudo apt-get update27 sudo apt-get install \29 gobject-introspection \[all …]
14 runs-on: windows-latest17 fail-fast: false20 - MSYSTEM: MINGW3222 - MSYSTEM: MINGW6428 # see https://github.com/msys2/MINGW-packages/issues/1186435 - name: Checkout37 - name: Setup MSYS238 uses: msys2/setup-msys2@cf96e00c0aab3788743aaf63b64146f0d383cee9 # v242 install: >-43 mingw-w64-${{ matrix.MSYS2_ARCH }}-cairo[all …]
4 win32-executor:6 - image: cimg/base:2023.107 win64-executor:9 - image: cimg/base:2023.1010 dist-executor:12 - image: cimg/base:2023.1016 macos-aat-fonts:20 - checkout21 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g…22 - run: pip3 install meson --upgrade[all …]