diff options
author | Paul Spooren <mail@aparcar.org> | 2019-07-07 22:14:13 +0200 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2019-07-08 18:55:33 +0200 |
commit | da35bfcf54246550bd00b1004f5ec2ca3764457b (patch) | |
tree | 421c8be08e666aa5621d6682720bf45f92ea4d3c /.circleci/README | |
parent | 006f7c7932a29cf0473f0b3c256eb3504001dd01 (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/README | 6 |
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 |