summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2019-08-26 13:06:18 +0200
committerTom Rini <trini@konsulko.com>2019-09-24 17:46:13 -0400
commit1f3910da6ef6ddb71f02f0ef181a520360380c76 (patch)
tree84d11f71c46e4d125ce59e8a5df5d9954ff72366 /.travis.yml
parent664689f1dcb178ccb36842d0564ea8a6e8a7e648 (diff)
ci: add envtools support
This commit add envtools suppport to CI to verify if there is no build issues. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Acked-by: Heiko Schocher <hs@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 59d2e97fe0..0ce09e35b7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -361,6 +361,10 @@ matrix:
- name: "Build tools-only"
script:
- make tools-only_config tools-only -j$(nproc)
+ # Ensure env tools build
+ - name: "Build envtools"
+ script:
+ - make tools-only_config envtools -j$(nproc)
# test/py
- name: "test/py sandbox"