Skip to content

CI repo for building Skia as a shared library

Notifications You must be signed in to change notification settings

HumbleUI/SkiaBuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated Skia builds

This repo is dedicated to building Skia binaries for use in Skija and Skiko.

Prebuilt binaries

Prebuilt binaries can be found in releases.

Building next version of Skia

Update skia_branch, skia_commit and release in .github/workflows/build.yml.

Building locally

python3 script/checkout.py --version m89-19889d74fa
python3 script/build.py
python3 script/archive.py

More options can be specified for checkout:

python3 script/checkout.py [--version VERSION]

To build a debug build:

python3 script/checkout.py --version m89-19889d74fa
python3 script/build.py --debug
python3 script/archive.py --debug