mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
Create demo output dir if it doesn't already exist
This commit is contained in:
parent
b92c294059
commit
b262e7f9b8
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ NAME=$(echo "$TEST" | sed -e 's/.*\///' | sed -e 's/\..*//')
|
|||
|
||||
go generate pkg/integration/tests/tests.go
|
||||
|
||||
mkdir -p demo/output
|
||||
|
||||
terminalizer -c demo/config.yml record --skip-sharing -d "go run cmd/integration_test/main.go cli --slow $TEST" "demo/output/$NAME"
|
||||
terminalizer render "demo/output/$NAME" -o "demo/output/$NAME.gif"
|
||||
gifsicle --colors 256 --use-col=web -O3 < "demo/output/$NAME.gif" > "demo/output/$NAME-compressed.gif"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue