summaryrefslogtreecommitdiffstats
path: root/autobuild
AgeCommit message (Collapse)AuthorFilesLines
2020-06-09Update autobuild scriptsScott Murray2-204/+154
Update autobuild scripts with reworked version that fixes building outside of the source tree. Bug-AGL: SPEC-2049, SPEC-3300 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I646c8315b41d337ec422a73358503a11e6e58a68
2020-02-20Update autobuild script to create new targetsFrederic Marec2-15/+191
Update autobuild script to create multiple widget target debug, coverage and all Add config.cmake to match with the cmake-app-module Change CMakeLists following those changes Bug-AGL: SPEC-2049 Signed-off-by: Frederic Marec <frederic.marec@iot.bzh> Change-Id: Iad8261dbd7e02b1cafcfd29db82015d2db5445c1
2019-03-05autobuild: add autobuild scriptsRaquel Medina2-0/+130
- Add agl autobuild script to silence build warnings on yocto. - Add linux autobuild script to build with the sdk - These scripts are based on the latest version of the autobuild script, but they've been customized to match the existin cmake (the update and package-test targets have been removed). Change-Id: I6f8bd89ee0dfe770557e9a9b6d7729f30735ce43 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>