diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..681f7ace7976fbad08e647232a252d26ee832e38 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,19 @@ +stages: + - build + +create_badge_svg: + stage: build + image: python:3.6.6 + tags: + - docker + script: + - echo "Python other dependencies installation" + after_script: + - pip install anybadge + - commits=$(git rev-list --all --count) + - anybadge -l commits -v $commits -f commits.svg -c green + artifacts: + paths: + - commits.svg + when: always + expire_in: 4 weeks diff --git a/README.md b/README.md index 025f69a975befb820c4dc9e60fe07614adac4857..719b76ad1074e8554426095c2ca6bc0109e7882b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # lektor mk 7 +[](https://git.iiens.net/martin2018/lektor/-/commits/master) + A Karaoke player made to replace the old bash scripts on Sakura. They will enable one to have a database and make requests over the network.