xref: /third_party/skia/docker/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/skia/docker/
1cb93a386Sopenharmony_ci# Build gcr.io/skia-public/skia-build-tools:latest, the image used to compile
2cb93a386Sopenharmony_ci# Skia in Google Cloud Build.
3cb93a386Sopenharmony_cipush-skia-build-tools:
4cb93a386Sopenharmony_ci	docker build -t skia-build-tools ./skia-build-tools
5cb93a386Sopenharmony_ci	docker tag skia-build-tools gcr.io/skia-public/skia-build-tools:latest
6cb93a386Sopenharmony_ci	docker push gcr.io/skia-public/skia-build-tools:latest
7cb93a386Sopenharmony_ci
8cb93a386Sopenharmony_ciCMAKE_VERSION=3.13.4_v4
9cb93a386Sopenharmony_ci
10cb93a386Sopenharmony_cipush-cmake-release:
11cb93a386Sopenharmony_ci	docker build --no-cache --tag cmake-release ./cmake-release
12cb93a386Sopenharmony_ci	docker tag cmake-release gcr.io/skia-public/cmake-release:${CMAKE_VERSION}
13cb93a386Sopenharmony_ci	docker push gcr.io/skia-public/cmake-release:${CMAKE_VERSION}

Indexes created Thu Nov 07 10:32:03 CST 2024