mirror of
https://github.com/unidoc/unioffice.git
synced 2025-04-25 13:48:53 +08:00
meta: speed up example building
This commit is contained in:
parent
ef051c7715
commit
770b295161
@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
find _examples/ -maxdepth 2 -mindepth 2 -exec sh -c "cd {}; echo building {}; go run main.go" \;
|
||||
find _examples/ -maxdepth 2 -mindepth 2 -exec sh -c "cd {}; echo building {}; go build -i main.go" \;
|
||||
|
Loading…
x
Reference in New Issue
Block a user