nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 5b825d28a528bd62f553098357bef83c84609d4d
parent d872071ba4319a01778ba3c1990854ba5947034f
Author: Amitai Schleier <schmonz-web-git@schmonz.com>
Date:   Thu, 11 Jun 2020 17:29:24 +0200

Symlink "CI" configs somewhere easier to see.

Diffstat:
M.gitattributes | 1+
Aautobuilds/cirrus.yml | 2++
Aautobuilds/github.yml | 2++
Aautobuilds/travis.yml | 2++
4 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/.gitattributes b/.gitattributes @@ -1,3 +1,4 @@ .cirrus.yml export-ignore .git* export-ignore .travis.yml export-ignore +autobuilds export-ignore diff --git a/autobuilds/cirrus.yml b/autobuilds/cirrus.yml @@ -0,0 +1 @@ +../.cirrus.yml +\ No newline at end of file diff --git a/autobuilds/github.yml b/autobuilds/github.yml @@ -0,0 +1 @@ +../.github/workflows/ccpp.yml +\ No newline at end of file diff --git a/autobuilds/travis.yml b/autobuilds/travis.yml @@ -0,0 +1 @@ +../.travis.yml +\ No newline at end of file