diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8affbf9bc41da9b2cdd8cf9915f1ffcbe4947d3..7a376f48573f54616c8f0513d6e65a64b1406701 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,11 @@ -compile_pdf: - image: ctornau/latex +--- +variables: + LATEX_IMAGE: andonome/texbind + +build: + image: $LATEX_IMAGE script: - - apt-get update -y - - apt-get install -y inkscape make git-lfs - - git submodule update --init - - git submodule foreach git lfs pull + - git lfs pull - make all only: - master diff --git a/README.md b/README.md index 815890b274be8b124e273063f4d109bd0dbe3032..c16eaf3e3baecf73c7f8e201a516c9924b248c39 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ If you want to get involved, there are a number of ways to contribute: - Join the project, and start fixing issues. - Or if you don't like how I'm handling the book, fork it and make your own. -[core download]: https://gitlab.com/bindrpg/core/-/jobs/artifacts/master/raw/core.pdf?job=compile_pdf -[resources]: https://gitlab.com/bindrpg/core/-/jobs/artifacts/master/raw/resources.pdf?job=compile_pdf +[core download]: https://gitlab.com/bindrpg/core/-/jobs/artifacts/master/raw/core.pdf?job=build +[resources]: https://gitlab.com/bindrpg/core/-/jobs/artifacts/master/raw/resources.pdf?job=build [wiki]: https://gitlab.com/bindrpg/core/-/wikis/home [aif]: https://gitlab.com/bindrpg/aif [cs]: https://gitlab.com/bindrpg/core/-/blob/ods/calc_cs/bind_cs.ods