openwrt-packages/.circleci
Ted Hess e47ca98a5e build,circleci: Updates with additional checks from travis scripts.
Checking:
- Pull request does not contain unwanted merges
- signed-off-by tag exists and matches author
- Subject line has package name
- Author name has 'firstname lastname' (no nicknames)

Signed-off-by: Ted Hess <thess@kitschensync.net>
[Use git instead of CircleCI variables]
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2018-11-24 22:18:05 -05:00
..
Dockerfile build,circleci: add curl & wget to base image 2018-11-24 20:46:39 -05:00
README build: add CircleCI 2018-10-23 16:35:12 -04:00
config.yml build,circleci: Updates with additional checks from travis scripts. 2018-11-24 22:18:05 -05:00

README

# Build/update the docker image

docker pull debian:9
docker build --rm .
docker tag <IMAGE ID> docker.io/champtar/openwrtpackagesci:latest
docker push docker.io/champtar/openwrtpackagesci:latest