From 6330f30086f59c336bf82b30823532e5db8929d3 Mon Sep 17 00:00:00 2001 From: Aaron Conole Date: Tue, 27 Feb 2018 10:11:38 -0500 Subject: travis: build the selinux policy under linux When performing a linux build, create the selinux policy. This ensures that the selinux policy files are at least 'compile' tested when changes occur. Signed-off-by: Aaron Conole Signed-off-by: Ben Pfaff --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index ef907caea..cf37e8c2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ addons: - libnuma-dev - python-sphinx - libelf-dev + - selinux-policy-dev before_install: ./.travis/${TRAVIS_OS_NAME}-prepare.sh -- cgit v1.2.1