Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/HumbleUI/SkiaBuild

CI repo for building Skia as a shared library
https://github.com/HumbleUI/SkiaBuild

Last synced: 15 days ago
JSON representation

CI repo for building Skia as a shared library

Lists

README

        

# Automated Skia builds

This repo is dedicated to building Skia binaries for use in [Skija](https://github.com/HumbleUI/Skija).

## Prebuilt binaries

Prebuilt binaries can be found [in releases](https://github.com/HumbleUI/SkiaBuild/releases).

## Building next version of Skia

Update `version` in [.github/workflows/build.yml](https://github.com/HumbleUI/SkiaBuild/blob/master/.github/workflows/build.yml).

## Building locally

```sh
python3 script/checkout.py --version m91-b99622c05a
python3 script/build.py
python3 script/archive.py
```

To build a debug build:

```sh
python3 script/checkout.py --version m91-b99622c05a
python3 script/build.py --build-type Debug
python3 script/archive.py --build-type Debug
```