diff options
author | Tom Rini | 2020-03-11 18:11:15 -0400 |
---|---|---|
committer | Tom Rini | 2020-03-16 18:54:18 -0400 |
commit | 7261833f36815f6e0f152d3ecb006aed400efb63 (patch) | |
tree | 9b6133e4cfe85c4238694540a4b5c6cdca18e778 /.travis.yml | |
parent | 2c59412a9f230d5a6020f72edcc2c6ac772ebbb8 (diff) |
Azure / GitLab / Travis: Add Kconfig unit tests to a job
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 <trini@konsulko.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c59bd7790b6..1914f98dfaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -152,7 +152,8 @@ script: ./tools/binman/binman --toolpath ${UBOOT_TRAVIS_BUILD_DIR}/tools test && ./tools/patman/patman --test && ./tools/buildman/buildman -t && - ./tools/dtoc/dtoc -t; + ./tools/dtoc/dtoc -t && + make testconfig; fi; fi |