diff options
author | Marek Čermák <prace.mcermak@gmail.com> | 2018-01-11 11:41:35 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-01-11 11:41:35 +0100 |
commit | 99127d20ce69f566be6366afa28cafe9c471725b (patch) | |
tree | a962b3beebfe68510c15b0f9f574e5a3fb6e1b87 /travis-ci/.dockerignore | |
parent | tmpfiles: consider /etc uninitialized also when /etc/machine-id is present bu... (diff) | |
download | systemd-99127d20ce69f566be6366afa28cafe9c471725b.tar.gz systemd-99127d20ce69f566be6366afa28cafe9c471725b.tar.bz2 systemd-99127d20ce69f566be6366afa28cafe9c471725b.zip |
Integration of Travis CI and Coverity Scan Analysis (#7691)
- Coverity scan analysis tasks run as scheduled cron jobs
- Stage separation for Build, Test and Coverity scan phase
- Travis CI now uses Fedora container to build and run tests
- Containers are accessible from Docker Hub and failed builds
can be reproduced and examined
- coverity.sh: separate build and upload
Diffstat (limited to 'travis-ci/.dockerignore')
-rw-r--r-- | travis-ci/.dockerignore | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/travis-ci/.dockerignore b/travis-ci/.dockerignore new file mode 100644 index 000000000..039215886 --- /dev/null +++ b/travis-ci/.dockerignore @@ -0,0 +1,30 @@ +*.a +*.cache +*.gch +*.log +*.o +*.plist +*.py[co] +*.stamp +*.swp +*.trs +*~ +.config.args +.deps/ +/*.gcda +/*.gcno +/GPATH +/GRTAGS +/GSYMS +/GTAGS +/TAGS +/ID +/build* +/coverage/ +/install-tree +/mkosi.builddir/ +/tags +image.raw +image.raw.cache-pre-dev +image.raw.cache-pre-inst +__pycache__/ |