build: Add CircleCI 507/head
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Sat, 7 Mar 2020 23:01:54 +0000 (00:01 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sat, 7 Mar 2020 23:32:56 +0000 (00:32 +0100)
commit019232528ea510a62896a1fdd436c7723e757b35
tree85fe1b065742912f1517b9b5391cc0a0cbd91e28
parent2d17fc02950a0500e7366907195ef38b4df0d133
build: Add CircleCI

This adds CircleCI as Continous Integration. It will provide compile
test against ath79 target and together with it, it checks if the commit
starts with the package name and it checks if the Signed-off-by matches
the author of the commit.

For example, it can avoid mistakes with broken patches, mismatched changes.

This comes from packages feed and it is being used there and also in
LuCI repository.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
.circleci/Dockerfile [new file with mode: 0644]
.circleci/README [new file with mode: 0644]
.circleci/config.yml [new file with mode: 0644]