From 00d3374d8d54283428e9cbbf158cbe60a08531f3 Mon Sep 17 00:00:00 2001 From: Ilya Maximets Date: Fri, 21 Aug 2020 14:04:05 +0200 Subject: travis: Test build of debian packages. We had a lot of issues with debian packaging lately. This job will check build and installation of debian packages to avoid most of such issues in the future. Installing only minimal set of tools, most of dependencies will be installed according to package description, this way we will check if we have all required dependencies listed. Not trying to install openvswitch-ipsec package as there is an issue that python from the pyenv for some reason doesn't see ovs packages installed from python3-openvswitch, i.e. ipsec service is not able to start. Tests are skipped because they are tested in many other scenarios. No need to waste time. Signed-off-by: Ilya Maximets Acked-by: Aaron Conole --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 527240a67..b5eaaaea2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,6 +67,18 @@ matrix: compiler: clang env: OPTS="--disable-ssl" +matrix: + include: + - env: DEB_PACKAGE=1 + addons: + apt: + packages: + - linux-headers-$(uname -r) + - build-essential + - fakeroot + - devscripts + - equivs + script: ./.travis/${TRAVIS_OS_NAME}-build.sh $OPTS notifications: -- cgit v1.2.1