From 5b77d1fe1495d99957a7cc44b28ae6ef4b7a3cfc Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sat, 14 Dec 2019 11:21:10 +0100 Subject: Build Windows x86 PDF in CI --- .gitlab-ci.yml | 3 +++ README.md | 2 ++ 2 files changed, 5 insertions(+) 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 -- cgit v1.2.3