diff options
author | Camil Staps | 2019-12-14 11:21:10 +0100 |
---|---|---|
committer | Camil Staps | 2019-12-14 11:21:10 +0100 |
commit | 5b77d1fe1495d99957a7cc44b28ae6ef4b7a3cfc (patch) | |
tree | 4a68654c0e3f34119a972615ecdf821bfad12c7e | |
parent | Add cheat sheets for x86 windows (diff) |
Build Windows x86 PDF in CI
-rw-r--r-- | .gitlab-ci.yml | 3 | ||||
-rw-r--r-- | README.md | 2 |
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 @@ -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 |