summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2020-07-20 15:20:32 -0700
committerArmin Kuster <akuster808@gmail.com>2020-07-24 09:59:33 -0700
commit066a04425c318dd20dfe7806a5aa976e377a39a5 (patch)
tree301ea8da3c1f7286f8dba0bde3a2a4fe81fa43d6 /scripts
parent4dc69a75502cb8f184b003e13117999f136b7899 (diff)
downloadmeta-security-066a04425c318dd20dfe7806a5aa976e377a39a5.tar.gz
drop ci-build: it is hiding errors
call kas from .gitlab-ci fix typos add missing mips64 file add main layer workaround Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci-build.sh10
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
3set -e
4
5CONF=$1
6shift 1
7IMAGES=$@
8
9( kas shell kas/${CONF}.yml -c "bitbake --setscene-only ${IMAGES}" || true ) | sed -e '/^NOTE: .*Started$/d' -e '/^NOTE: Running /d'
10kas shell kas/${CONF}.yml -c "bitbake --skip-setscene ${IMAGES}" | sed -e '/^NOTE: .*Started$/d' -e '/^NOTE: Running /d'