summaryrefslogtreecommitdiffstats
path: root/.drone.yml
Commit message (Collapse)AuthorAgeFilesLines
* drone: Fix branch name to detach from yoe branchKhem Raj2020-08-041-2/+6
| | | | | | | Currently it expect the common branch names like master and dunfell match between meta-clang and yoe which may not be case Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drone: Switch triggers to use dunfell branchKhem Raj2020-07-101-3/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drone: Use $DRONE_SOURCE_BRANCH instead of hardcoding branchKhem Raj2020-06-051-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layer.conf: Mark CLANGSDK 0 by defaultKhem Raj2020-04-031-0/+1
| | | | | | | | This ensures that clangsdk does not inserts itself unless user asks for Fixes #234 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drone: Adjust XZ parallelism and use yoe-debug-imageKhem Raj2020-03-041-2/+4
| | | | | | | Also build commercial packages for test if needed limit load average to 1.0 at all times, so multiple CI jobs can run Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drone: Switch trunk ci to master branchKhem Raj2019-12-261-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drone.yml: Trigger CI on zeus branch pushKhem Raj2019-12-261-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drone: Dont set TMPDIRKhem Raj2019-08-241-1/+0
| | | | | | | We have changed runner to create workspace in disk instead of defauly TMPDIR Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-clang: Enable CI on Yoe Distro's DroneKhem Raj2019-08-191-0/+77
Signed-off-by: Khem Raj <raj.khem@gmail.com>