ci/travis: add .travis.yml file. build matrix: linux-gcc, linux-clang, osx-clang.
[sdk] / Makefile
index 3ac08c4..db30e6f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -183,6 +183,10 @@ ifdef CROSS_TARGET
 endif
 
 bootstrap: outputdirs
+ifdef CI
+       @$(call echo,$(CC))
+       @$(CC) --version
+endif
        +cd compiler && $(_MAKE) $(XBOOT) bootstrap
 
 deps: