summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rwxr-xr-x.travis/linux-build.sh2
2 files changed, 3 insertions, 0 deletions
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
diff --git a/.travis/linux-build.sh b/.travis/linux-build.sh
index 8fd9aa0f1..ee615c9ad 100755
--- a/.travis/linux-build.sh
+++ b/.travis/linux-build.sh
@@ -98,6 +98,8 @@ fi
configure_ovs $EXTRA_OPTS $*
+make selinux-policy
+
# Only build datapath if we are testing kernel w/o running testsuite
if [ "$KERNEL" ] && [ ! "$TESTSUITE" ] && [ ! "$DPDK" ]; then
cd datapath