]> git.ipfire.org Git - thirdparty/ccache.git/commit
Diverse CMake preparations (#580)
authorAlexander Lanin <alex@lanin.de>
Tue, 21 Apr 2020 18:41:48 +0000 (20:41 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Apr 2020 18:41:48 +0000 (20:41 +0200)
commit1c8f3ee2d03e08e01a766691778dc79ad08833ba
treeb6f1721fdcb761969d5896645fee5a60167ff7be
parent76de8953c792990be9b9d740eb37cc3787bd49ba
Diverse CMake preparations (#580)

* Prepare gitignore for builds in subdirectory
* Ignore to be generated Version.cpp
* Move travis to buildenv as it's just another image
* Move install_cuda out of .travis as it's not travis specific
* Prepare docker images for C++ and CMake
* Update authors + add script to do so
* Fix required C compiler
* Fix some formatting issues with clang-format 10
17 files changed:
.gitignore
.travis.yml
buildenv/alpine/Dockerfile
buildenv/centos/Dockerfile
buildenv/debian-10-buster/Dockerfile [new file with mode: 0644]
buildenv/debian-9-stretch/Dockerfile [new file with mode: 0644]
buildenv/debian/Dockerfile [deleted file]
buildenv/fedora/Dockerfile
buildenv/travis/Dockerfile [moved from .travis/Dockerfile with 96% similarity]
buildenv/ubuntu-16-xenial/Dockerfile [new file with mode: 0644]
buildenv/ubuntu/Dockerfile [deleted file]
doc/AUTHORS.adoc
doc/INSTALL.md
misc/install_cuda.sh [moved from .travis/install_cuda.sh with 88% similarity]
misc/update_authors.sh [new file with mode: 0755]
src/Args.cpp
src/Args.hpp