mirror of
https://github.com/novatiq/packages.git
synced 2026-06-22 21:30:27 +01:00
4c1a67278f
The big advantages are: - everyone can download the build logs and the ipks - we use our own docker image - people with commit access can ssh into the build env The disadvantages: - need to push new commits to restart the build I haven't reimplemented the commit message checks as this should be replaced with a separate script doing only that so we can require it (https://help.github.com/articles/enabling-required-status-checks/) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
# 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
|