Re: [PATCHv2 5/8] Azure / GitLab / Travis: Add Kconfig unit tests to a job

2020-03-17 Thread Tom Rini
On Wed, Mar 11, 2020 at 06:11:15PM -0400, Tom Rini wrote: > The Kconfig language provides a unit test that can be run. As these > require pytest to be installed and run very quickly, bundle them in to > an existing CI job. > > Signed-off-by: Tom Rini Applied to u-boot/next, thanks! -- Tom

[PATCHv2 5/8] Azure / GitLab / Travis: Add Kconfig unit tests to a job

2020-03-11 Thread Tom Rini
The Kconfig language provides a unit test that can be run. As these require pytest to be installed and run very quickly, bundle them in to an existing CI job. Signed-off-by: Tom Rini --- Changes in v2: - Have Azure use O=${UBOOT_TRAVIS_BUILD_DIR} as pwd is not writable. ---