Correct build script for examples

This commit is contained in:
Wandmalfarbe 2022-11-24 16:39:17 +01:00
parent 87923d0468
commit 3bc65a27fb
19 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -14,7 +14,7 @@ containsElement () {
}
# these examples are skipped because they don't run on travis (for now)
skippedExamples=("language-chinese" "language-japanese", "language-persian")
skippedExamples=("language-chinese" "language-japanese" "language-persian")
# loop all files in the current folder
for f in *; do
@ -35,4 +35,4 @@ for f in *; do
cd ".."
fi
fi
done
done