bootm: vxworks: Make do_bootm_vxworks() non-static
[oweals/u-boot.git] / .travis.yml
index ed07d817fa47cbfc352a73116eb60c8d1c24f72c..321fd793a756df98a9188f453c07570ac955c5c3 100644 (file)
@@ -332,6 +332,14 @@ matrix:
     - name: "sloccount"
       script:
         - sloccount .
+    # ensure all configs have MAINTAINERS entries
+    - name: "Check for configs without MAINTAINERS entry"
+      script:
+        - if [ `./tools/genboardscfg.py -f 2>&1 | wc -l` -ne 0 ]; then exit 1; fi
+    # Ensure host tools build
+    - name: "Build tools-only"
+      script:
+        - make tools-only_config tools-only -j$(nproc)
 
     # test/py
     - name: "test/py sandbox"