Skip to content

Commit

Permalink
Merge pull request #467 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
.drone.yml: Run tests in qemuarm64 as well
  • Loading branch information
cbrake authored Sep 11, 2020
2 parents b8f9a2e + 8e43004 commit c3f436b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,14 @@ steps:
- echo ERR_REPORT_PORT = \"80\" >> conf/local.conf
- echo ERR_REPORT_USERNAME = \"Drone Autobuilder\" >> conf/local.conf
- echo ERR_REPORT_EMAIL = \"[email protected]\" >> conf/local.conf
# - echo TESTIMAGE_AUTO_qemuall = \"1\" >> conf/local.conf
- /bin/bash -c ". ./qemuarm64-envsetup.sh && bitbake yoe-debug-image"
- /bin/bash -c ". ./qemuarm64-envsetup.sh && resulttool report build/tmp"
- echo TOOLCHAIN = \"clang\" >> conf/local.conf
- /bin/bash -c "sed -i -e 's/PACKAGE_FEED_URI.*$//' conf/site.conf"
- /bin/bash -c "sed -i -e 's/SDK_UPDATE_URL.*$//' conf/site.conf"
- /bin/bash -c "sed -i -e 's/backend=fbdev-backend.so.*$//' sources/openembedded-core/meta/recipes-graphics/wayland/weston-init/qemuall/weston.ini"
- /bin/bash -c ". ./qemuarm64-envsetup.sh && bitbake yoe-qt5-image"
- echo TESTIMAGE_AUTO_qemuall = \"1\" >> conf/local.conf
- /bin/bash -c ". ./qemuarm64-envsetup.sh && bitbake yoe-sdk-image"
- /bin/bash -c ". ./qemuarm64-envsetup.sh && resulttool report build/tmp/log/oeqa"
- /bin/bash -c ". ./qemuarm64-envsetup.sh && ./sources/openembedded-core/scripts/sstate-cache-management.sh -d -y"
---
kind: pipeline
Expand All @@ -56,7 +61,6 @@ clone:
trigger:
branch:
- master
- feature-drone-exec-runner
event:
- push
- pull_request
Expand Down

0 comments on commit c3f436b

Please sign in to comment.