• Home
  • Raw
  • Download

Lines Matching +full:skia +full:- +full:public

3 Docker files for building different Skia targets.
5 ## skia-release
7 This image is used to build Skia at TOT with SwiftShader.
12 docker build -t skia-release ./docker/skia-release/
13 docker tag skia-release gcr.io/skia-public/skia-release:prod
14 docker push gcr.io/skia-public/skia-release:prod
16 ## skia-wasm-release
18 This image is used to build the Web Assembly (WASM) libraries of Skia
24 docker build -t skia-wasm-release ./docker/skia-wasm-release/
25 docker tag skia-wasm-release gcr.io/skia-public/skia-wasm-release:prod
26 docker push gcr.io/skia-public/skia-wasm-release:prod
29 ## skia-with-swift-shader-base
31 This image is used to build a local checkout of Skia with SwiftShader and run the built
34 For example (see build-with-swift-shader-and-run for more info), to reproduce a
38 build-with-swift-shader-and-run "out/with-swift-shader/fuzz -t filter_fuzz -b /skia/skbug_1234"
44 docker build -t skia-with-swift-shader-base ./docker/skia-with-swift-shader-base/
45 docker tag skia-with-swift-shader-base gcr.io/skia-public/skia-with-swift-shader-base:prod
46 docker push gcr.io/skia-public/skia-with-swift-shader-base:prod
48 ## cmake-release
50 This image is used to build Skia using CMake.
55 docker build -t cmake-release ./cmake-release/
56 docker tag cmake-release gcr.io/skia-public/cmake-release:3.13.1_v2
57 docker push gcr.io/skia-public/cmake-release:3.13.1_v2
61 docker build -t cmake-release ./cmake-release/
64 docker run -it cmake-release /bin/bash
65 # Compile Skia in a local checkout with the local image
66 …docker run -v $SKIA_ROOT:/SRC -v /tmp/output:/OUT cmake-release /SRC/infra/docker/cmake/build_skia…
68 ## binary-size
70 This image is used to build code size tree-maps of Skia
75 docker build -t binary-size ./binary-size/
76 docker tag binary-size gcr.io/skia-public/binary-size:v1
77 docker push gcr.io/skia-public/binary-size:v1
81 docker build -t binary-size ./binary-size/
84 docker run -it binary-size /bin/sh
86 …r run -v $SKIA_ROOT/out/Release:/IN -v /tmp/output:/OUT binary-size /opt/binary_size/src/run_binar…
88 ## skia-build-tools
90 This image contains all the tools needed to build Skia.
94 make push-skia-build-tools