0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 10:38:13 -05:00
penpot/frontend/render_v2/cpp/build
2024-10-02 12:35:05 +02:00

4 lines
125 B
Bash
Executable file

#!/bin/bash
docker build . -t skia-build-tools
docker run -t -v $PWD:/tmp/renderer skia-build-tools
./scripts/copy-artifacts