diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-06-27 13:40:47 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-06-27 13:40:47 -0300 |
commit | 2673b565024be73be46d2e85406f9e150751d5b6 (patch) | |
tree | 2ad7f931ec9c9b2564c81b4f49b5c4405cd123a8 | |
parent | 321b48b2a3332901230ec1e4f3b4e296052b8f81 (diff) | |
download | biblio-2673b565024be73be46d2e85406f9e150751d5b6.tar.gz biblio-2673b565024be73be46d2e85406f9e150751d5b6.tar.bz2 |
Feat: adds GitLab CI/CD config (4)
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52c5c9a..63c32fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ lint: image: debian:bullseye script: - apt-get update - - apt-get install -y biber pybtex + - apt-get install -y make biber pybtex - make lint only: - main |