telephony/.circleci
Sebastian Kemper 342575e2a4 circleci: fetch packages repo
Currently CI doesn't work, because the dependencies from the packages
repo are not available.

<snip>
WARNING: No feed for package 'libopenldap' found
WARNING: No feed for package 'libidn2' found
WARNING: No feed for package 'libssh2' found
<snip>

This commit adds the packages repo.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-04-22 18:08:37 +02:00
..
config.yml circleci: fetch packages repo 2020-04-22 18:08:37 +02:00
Dockerfile build: Add CircleCI 2020-03-08 00:32:56 +01:00
README build: Add CircleCI 2020-03-08 00:32:56 +01: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