diff --git a/.drone.yml b/.drone.yml index 16d35bdc8..f9b169e08 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,8 +34,10 @@ steps: - echo IMAGE_CLASSES += \"testimage testsdk\" >> conf/local.conf - echo INHERIT += \"report-error rm_work\" >> conf/local.conf #- echo TESTIMAGE_AUTO_qemuall = \"1\" >> conf/local.conf - - /bin/bash -c ". ./qemux86-64-envsetup.sh && bitbake yoe-simple-image" - - /bin/bash -c ". ./qemux86-64-envsetup.sh && ./sources/openembedded-core/scripts/sstate-cache-management.sh -d -y" + - /bin/bash -c ". ./qemuarm64-envsetup.sh && bitbake yoe-debug-image" + - /bin/bash -c ". ./qemuarm64-envsetup.sh && bitbake -ctestimage yoe-debug-image" + - /bin/bash -c ". ./qemuarm64-envsetup.sh && resulttool report build/tmp" + - /bin/bash -c ". ./qemuarm64-envsetup.sh && ./sources/openembedded-core/scripts/sstate-cache-management.sh -d -y" --- kind: pipeline type: exec