aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* .travis.yml: Change to master branch for sctp support.Chris PeBenito2018-03-251-1/+1
|
* update travisChristian Göttsche2017-09-091-11/+2
| | | | | | - drop libustr-dev from package list, as the SELinux userland tools dropped this build dependency - switch to container based build environments - drop unnecessary make flags
* .travis.yml: Use git tag instead of release tarball for selinux userspace.Chris PeBenito2017-09-091-2/+4
|
* travis-ci: Update to 2.7 userspace release.Chris PeBenito2017-09-091-9/+7
|
* travis: move make install after buildingJason Zaman2017-03-301-7/+9
|
* travis: move after_success tests into script sectioncgzones2017-03-301-2/+0
|
* fix travis and genhomedirconcgzones2017-03-301-1/+1
|
* travis: run make xml, html and install(-.*)? targetscgzones2017-03-301-0/+9
|
* Travis-CI: Terminate build immediately on error.Chris PeBenito2017-02-211-0/+1
| | | | See travis-ci/travis-ci#1066.
* Fix Travis-CI WERROR support.Chris PeBenito2017-02-211-2/+2
|
* Implement WERROR build option to treat warnings as errors.Chris PeBenito2017-02-211-24/+24
| | | | Add this to all Travis-CI builds.
* use travis cachecgzones2017-01-231-19/+29
| | | | cache SELinux userspace build
* update .travis.ymlcgzones2016-12-061-6/+13
|
* Make Travis-CI build without using sudoNicolas Iooss2016-08-311-11/+33
| | | | | | | | | | | | | | | | | | | | | | | This makes migrating to container-based infrastructure much easier (all that is needed is adding "sudo: false" in the file). Moreover installing the toolchain in a user directory fixes issues when using the Trusty Beta environment: this toolchain broke the already-installed Ubuntu packages (with for example policy version issues between setfiles and checkpolicy). As the packaged tools (version 2.2) are much slower than the latest toolchain release on Trusty, it is better to keep using the latest release. As libcap-ng-dev package is not (yet? [1]) whitelisted in Travis-CI container infrastructure, drop this package and do not build policycoreutils/sandbox. Do not build policycoreutils/restorecond too as it requires glib to be installed. While at it, set the language as "generic" instead of "python". [1] https://github.com/travis-ci/apt-package-whitelist/issues/1096 Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
* Update Travis-CI build to newest SELinux userspace release.Chris PeBenito2016-05-131-2/+5
|
* Add SystemD build option to travis.ymlJason Zaman2015-10-261-10/+29
|
* update travis file to newer userland (much faster)Jason Zaman2015-03-291-79/+26
|
* add in travis config for testingJason Zaman2014-11-261-0/+113