diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/ci-build.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh deleted file mode 100755 index b6f1dda..0000000 --- a/scripts/ci-build.sh +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | #! /bin/bash | ||
| 2 | |||
| 3 | set -e | ||
| 4 | |||
| 5 | CONF=$1 | ||
| 6 | shift 1 | ||
| 7 | IMAGES=$@ | ||
| 8 | |||
| 9 | ( kas shell kas/${CONF}.yml -c "bitbake --setscene-only ${IMAGES}" || true ) | sed -e '/^NOTE: .*Started$/d' -e '/^NOTE: Running /d' | ||
| 10 | kas shell kas/${CONF}.yml -c "bitbake --skip-setscene ${IMAGES}" | sed -e '/^NOTE: .*Started$/d' -e '/^NOTE: Running /d' | ||
