aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2018-09-29 12:35:17 +0200
committerCamil Staps2018-09-29 12:35:17 +0200
commit89eca43cb1bec7fdd1bbda7eef0ba3a056e55bd1 (patch)
tree3bf7f9d6299a38b67ae71fa207bac91a695ca11e
parentSpacing issues (diff)
Update download links
-rw-r--r--.gitlab-ci.yml3
-rw-r--r--README.md13
2 files changed, 11 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4955cea..c5ee74a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,8 @@
pdf:
image: "camilstaps/texlive"
script:
- - pdflatex -shell-escape linux-x64.tex
+ - pdflatex linux-x64.tex
+ - pdflatex linux-x64.tex
artifacts:
paths:
- linux-x64.pdf
diff --git a/README.md b/README.md
index db8461f..e5be760 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,12 @@
# Clean RTS Cheat Sheets [![pipeline status](https://gitlab.science.ru.nl/cstaps/clean-rts-cheat-sheet/badges/master/pipeline.svg)](https://gitlab.science.ru.nl/cstaps/clean-rts-cheat-sheet/commits/master)
This repository holds cheat sheets for people hacking around with the [Clean][]
-run-time system. The latest set of cheat sheets can be downloaded [here][pdf],
-or you can clone the repository and run `pdflatex` on the file corresponding to
-your platform.
+run-time system. Clone the repository to build the PDFs or download them here:
+
+## Download links
+
+- [Linux x64][linux-x64]
+- [Zip with all cheat sheets][zip]
## Naming conventions
@@ -14,4 +17,6 @@ your platform.
- **scr**: scratch register
[Clean]: http://clean.cs.ru.nl
-[pdf]: https://gitlab.science.ru.nl/cstaps/clean-rts-cheat-sheet/-/jobs/artifacts/master/download?job=pdf
+
+[linux-x64]: https://gitlab.science.ru.nl/cstaps/clean-rts-cheat-sheet/-/jobs/artifacts/master/raw/linux-x64.pdf?job=pdf
+[zip]: https://gitlab.science.ru.nl/cstaps/clean-rts-cheat-sheet/-/jobs/artifacts/master/download?job=pdf