mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 20:12:30 +01:00
4 lines
199 B
Bash
4 lines
199 B
Bash
|
docker run --rm -it -v $(pwd):/splat -w /splat/test/basic_app splat-build sh build.sh && \
|
||
|
rm -rf $(pwd)/test/basic_app/expected && \
|
||
|
cp -r $(pwd)/test/basic_app/split $(pwd)/test/basic_app/expected
|