From 3ce85a5f5264e7118beb6524e120fd8b53a13da4 Mon Sep 17 00:00:00 2001 From: Nikolai Kondrashov Date: Tue, 25 Mar 2014 12:01:00 +0200 Subject: Add basic support for CI test execution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add basic support for executing continuous integration (CI) tests on RHEL6, RHEL7, Fedora 20, Fedora Rawhide and Debian Testing. This adds two front-end scripts which can be executed either locally by developers, or on a CI server: contrib/ci/run and contrib/ci/clean. The first one will run the tests and the second will wipe out the artifacts. See contrib/ci/README.md for further details. Reviewed-by: Michal Židek Reviewed-by: Lukáš Slebodník --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f935a3592..82432e181 100644 --- a/.gitignore +++ b/.gitignore @@ -111,3 +111,4 @@ sss_ssh_authorizedkeys sss_ssh_knownhostsproxy sssd_ssh test-authtok +/ci-build-* -- cgit