summaryrefslogtreecommitdiffhomepage
path: root/.circleci/README
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2019-07-07 22:14:13 +0200
committerPaul Spooren <mail@aparcar.org>2019-07-08 18:55:33 +0200
commitda35bfcf54246550bd00b1004f5ec2ca3764457b (patch)
tree421c8be08e666aa5621d6682720bf45f92ea4d3c /.circleci/README
parent006f7c7932a29cf0473f0b3c256eb3504001dd01 (diff)
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>
Diffstat (limited to '.circleci/README')
-rw-r--r--.circleci/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/.circleci/README b/.circleci/README
new file mode 100644
index 0000000000..8b26582ef3
--- /dev/null
+++ b/.circleci/README
@@ -0,0 +1,6 @@
+# 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