0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-18 13:04:38 -05:00
penpot/frontend/render_v2/cpp/build

5 lines
125 B
Text
Raw Normal View History

2024-10-02 09:46:11 +02:00
#!/bin/bash
docker build . -t skia-build-tools
docker run -t -v $PWD:/tmp/renderer skia-build-tools
./scripts/copy-artifacts