summaryrefslogtreecommitdiffstats
path: root/.drone.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add support for github actionsKhem Raj2020-09-161-83/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drone.yml: Add error reporting related variables to local.confKhem Raj2020-08-041-0/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drone: Do not expect same branches between meta-clang and yoeKhem Raj2020-08-041-2/+2
| | | | | | | | It could be that we use master branch of yoe to test a different feature branch on meta-clang, therefore just checkout whatever is default and then switch to master branch explicitly 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>