Skip to content

isabella232/skia-pack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated Skia builds

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

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 m99-f85ab491eb-2
python3 script/build.py
python3 script/archive.py

To build a debug build:

python3 script/checkout.py --version m99-f85ab491eb-2
python3 script/build.py --build-type Debug
python3 script/archive.py --build-type Debug

About

Packing Skia builds

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 89.9%
  • Shell 10.1%