-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #467 from YoeDistro/kraj/master
.drone.yml: Run tests in qemuarm64 as well
- Loading branch information
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -56,7 +61,6 @@ clone: | |
trigger: | ||
branch: | ||
- master | ||
- feature-drone-exec-runner | ||
event: | ||
- push | ||
- pull_request | ||
|