aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2019-12-14 11:21:10 +0100
committerCamil Staps2019-12-14 11:21:10 +0100
commit5b77d1fe1495d99957a7cc44b28ae6ef4b7a3cfc (patch)
tree4a68654c0e3f34119a972615ecdf821bfad12c7e
parentAdd cheat sheets for x86 windows (diff)
Build Windows x86 PDF in CI
-rw-r--r--.gitlab-ci.yml3
-rw-r--r--README.md2
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0608e36..ec7a84e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,9 +9,12 @@ pdf:
- pdflatex overview.tex
- pdflatex windows-x64.tex
- pdflatex windows-x64.tex
+ - pdflatex windows-x86.tex
+ - pdflatex windows-x86.tex
artifacts:
paths:
- linux-x64.pdf
- mac.pdf
- overview.pdf
- windows-x64.pdf
+ - windows-x86.pdf
diff --git a/README.md b/README.md
index a4d507d..90e19e9 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@ run-time system. Clone the repository to build the PDFs or download them here:
- [Linux (x64)][linux-x64]
- [Mac][mac]
- [Windows (x64)][windows-x64]
+- [Windows (x86)][windows-x86]
**Other:**
@@ -30,4 +31,5 @@ run-time system. Clone the repository to build the PDFs or download them here:
[mac]: https://gitlab.science.ru.nl/cstaps/clean-rts-cheat-sheet/-/jobs/artifacts/master/raw/mac.pdf?job=pdf
[overview]: https://gitlab.science.ru.nl/cstaps/clean-rts-cheat-sheet/-/jobs/artifacts/master/raw/overview.pdf?job=pdf
[windows-x64]: https://gitlab.science.ru.nl/cstaps/clean-rts-cheat-sheet/-/jobs/artifacts/master/raw/windows-x64.pdf?job=pdf
+[windows-x86]: https://gitlab.science.ru.nl/cstaps/clean-rts-cheat-sheet/-/jobs/artifacts/master/raw/windows-x86.pdf?job=pdf
[zip]: https://gitlab.science.ru.nl/cstaps/clean-rts-cheat-sheet/-/jobs/artifacts/master/download?job=pdf