build: archive make install-ext-deps build logs in ci
- also add build/external artifacts to .gitignore file Type: make Change-Id: I9c8f4a312bbfddfa8024531e7246518c8c3589a4 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
This commit is contained in:

committed by
Florin Coras

parent
6126ec9c53
commit
0ef24297ec
9
.gitignore
vendored
9
.gitignore
vendored
@@ -24,6 +24,13 @@
|
||||
/build/external/vpp-*
|
||||
/build/external/dpdk_mlx_default.sh
|
||||
/build/external/downloads/
|
||||
/build/external/deb/_build/
|
||||
/build/external/deb/debian/changelog
|
||||
/build/external/deb/debian/debhelper-build-stamp
|
||||
/build/external/deb/debian/tmp/
|
||||
/build/external/deb/debian/files/
|
||||
/build/external/deb/debian/.debhelper/
|
||||
/build/external/deb/debian/vpp-ext-deps*
|
||||
/path_setup
|
||||
/tools/
|
||||
# start autotools ignore
|
||||
@@ -139,3 +146,5 @@ compile_commands.json
|
||||
/cmake_install.cmake
|
||||
/startup.conf
|
||||
/startup.vpp
|
||||
# log file archives
|
||||
/archives
|
||||
|
Reference in New Issue
Block a user