More consistent scripts
Some checks failed
Build and test project / build-and-test (push) Failing after 1m13s
Some checks failed
Build and test project / build-and-test (push) Failing after 1m13s
This commit is contained in:
5
test.sh
5
test.sh
@@ -21,6 +21,11 @@ if [ ! -f "$FIRMWARE_FILE" ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
# Set up kobopatch WASM build dependencies if not present.
|
||||
if [ ! -d "$SCRIPT_DIR/kobopatch-wasm/kobopatch-src" ]; then
|
||||
"$SCRIPT_DIR/kobopatch-wasm/setup.sh"
|
||||
fi
|
||||
|
||||
# Set up KOReader assets if not present (served by the app, not a test-only asset).
|
||||
if [ ! -f "$SCRIPT_DIR/web/src/koreader/koreader-kobo.zip" ]; then
|
||||
"$SCRIPT_DIR/koreader/setup.sh"
|
||||
|
||||
Reference in New Issue
Block a user