summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAaron Conole <aconole@redhat.com>2018-02-27 10:11:38 -0500
committerBen Pfaff <blp@ovn.org>2018-02-28 13:12:39 -0800
commit6330f30086f59c336bf82b30823532e5db8929d3 (patch)
treef76b62f98bb4968fbfa4def7b3bcdb227dfc97e9 /.travis.yml
parentef4da7cd9279ccb79f69196ec95de83037be100f (diff)
downloadopenvswitch-6330f30086f59c336bf82b30823532e5db8929d3.tar.gz
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 <aconole@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 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