luci/.circleci
Paul Spooren da35bfcf54 build: add circleci
This automatically performs formal checks and also checks and compiles
the packages. The resulting packages are then stored as artifacts and
easily testable on running machines.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-07-08 18:55:33 +02:00
..
config.yml build: add circleci 2019-07-08 18:55:33 +02:00
Dockerfile build: add circleci 2019-07-08 18:55:33 +02:00
README build: add circleci 2019-07-08 18:55:33 +02:00

# Build/update the docker image

docker pull debian:9
docker build --rm -t docker.io/openwrtorg/packages-cci:latest .
docker tag <IMAGE ID> docker.io/openwrtorg/packages-cci:<VERSION-TAG>
docker push docker.io/openwrtorg/packages-cci