summaryrefslogtreecommitdiff
path: root/travis-ci
AgeCommit message (Expand)AuthorFilesLines
2019-03-05travis: use /bin/systemd instead of /usr/bin/systemdEvgeny Vereshchagin1-1/+1
2019-02-03travis: stop using the official upstream-systemd-ci repositoryEvgeny Vereshchagin1-1/+2
2019-01-29travis: switch to the "official" systemd-ci repositoryEvgeny Vereshchagin1-3/+1
2018-12-29travis: also run TEST-01-BASIC with QEMU to cover udevd and so onEvgeny Vereshchagin1-0/+5
2018-12-29travis: pass $TRAVIS when running the tests so that they can be skipped properlyEvgeny Vereshchagin1-1/+1
2018-12-29travis: merge RUN_CLANG into RUNEvgeny Vereshchagin1-8/+5
2018-12-24test: don't run TEST-01-BASIC in unprivileged containers on Travis CIEvgeny Vereshchagin1-1/+1
2018-12-24travis: add another stage to really run everything under ASan+UBsanEvgeny Vereshchagin1-0/+19
2018-12-23travis: use xenial instead of trustyEvgeny Vereshchagin1-3/+0
2018-12-09travis: mount tmpfs on /tmp before running the testsEvgeny Vereshchagin1-0/+3
2018-12-09travis: use systemd as PID1 in debian containersEvgeny Vereshchagin1-7/+4
2018-12-07travis: also compile systemd on Debian TestingEvgeny Vereshchagin1-0/+83
2018-12-04travis: install llvm to get llvm-symbolizerEvgeny Vereshchagin1-1/+1
2018-12-04travis: also run the tests built with clang under ASan+UBsanEvgeny Vereshchagin1-3/+6
2018-12-01travis: also build systemd with clangEvgeny Vereshchagin1-1/+6
2018-11-28travis: make sure that *.perf and directives.* files are in syncEvgeny Vereshchagin1-0/+1
2018-11-20tests: skip test_exec_ambientcapabilities on Travis CI under ASanEvgeny Vereshchagin1-0/+1
2018-11-17travis: make the ASan & UBsan job a little bit stricterEvgeny Vereshchagin2-1/+7
2018-11-14travis: use double the normal timeout in the ASan & UBSan stageEvgeny Vereshchagin2-1/+62
2018-11-14travis: also compile and run unsafe unit testsEvgeny Vereshchagin1-2/+2
2018-11-10travis: treat warnings as errors while building systemdEvgeny Vereshchagin1-2/+2
2018-11-09tests: keep SYS_PTRACE when running under ASanFrantisek Sumsal1-1/+0
2018-11-08travis: use 3 times the normal timeout when the tests are run under ASan+UBSanEvgeny Vereshchagin1-1/+1
2018-11-08travis.yml: replace test-capability with a script exiting with 77Evgeny Vereshchagin1-0/+1
2018-11-08travis: UBSan should be every C programmer's friend so let's build systemd wi...Evgeny Vereshchagin1-3/+5
2018-11-08travis: move the ASan part into a separate stageEvgeny Vereshchagin1-2/+3
2018-11-08travis: also rebuild everything with ASanEvgeny Vereshchagin1-1/+5
2018-11-08travis: install dependencies necessary for running parse-hwdb.pyEvgeny Vereshchagin1-1/+1
2018-11-08travis: drop the workaround for test-capabilityFrantisek Sumsal1-1/+0
2018-11-07travis: show all commands when building systemdEvgeny Vereshchagin1-1/+1
2018-11-07travis: build and run fuzzers against crash reproducersEvgeny Vereshchagin1-1/+1
2018-11-07travis: overwrite test-capability with a simple script that is just skippedEvgeny Vereshchagin1-0/+1
2018-11-06travis: workaround for dnf upgradeFrantisek Sumsal1-1/+3
2018-11-06travis: drop the unnecessary /etc/machine-id magicFrantisek Sumsal1-7/+2
2018-11-06travis: run Coverity on a more stable Fedora releaseFrantisek Sumsal1-1/+1
2018-11-06travis: move Docker setup to a separate scriptFrantisek Sumsal2-44/+65
2018-11-06travis: rewrite .travis.yml and re-enable Travis CI for FedoraFrantisek Sumsal1-0/+44
2018-06-05travis: use Fedora 27 as a base imageEvegeny Vereshchagin1-2/+1
2018-06-05travis: get python installed while building a docker imageEvegeny Vereshchagin1-0/+1
2018-06-04travis: drop ccache requirementMichal Sekletar1-1/+0
2018-06-04travis: DOCKER_REPOSITORY is no longer set. Don't require it.Michal Sekletar1-2/+1
2018-06-04travis: use Travis CI only for running scheduled Coverity scansMichal Sekletar2-21/+1
2018-05-22Install ccache in container.Omer Katz1-0/+1
2018-01-11Integration of Travis CI and Coverity Scan Analysis (#7691)Marek Čermák6-0/+140