Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 711 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 711 Bytes

Automated Skia builds

This repo is dedicated to building Skia binaries.

Prebuilt binaries

Prebuilt binaries can be found in releases.

Building next version of Skia

Update version in .github/workflows/build.yml.

Building locally

python3 script/checkout.py --version m106-4100191c58
python3 script/build.py
python3 script/archive.py

To build a debug build:

python3 script/checkout.py --version m106-4100191c58
python3 script/build.py --build-type Debug
python3 script/archive.py --build-type Debug