Loading README.md +2 −2 Original line number Diff line number Diff line Loading @@ -16,8 +16,8 @@ add a shell alias See the example folder for more details and the [generated PDF](https://git.shore.co.il/nimrod/presentation/-/jobs/artifacts/master/raw/example/presentation.pdf?job=presentation%20build). If you're using GitLab, check out my [CI template](https://git.shore.co.il/shore/ci-templates/-/blob/master/templates/presentation.yml) If you're using GitLab, check out the [CI template](https://git.shore.co.il/nimrod/presentation/-/blob/master/gitlab-ci-template/presentation.yml) if you wish to build presentation as part of a pipeline. ## Contains Loading gitlab-ci-template/presentation.yml 0 → 100644 +16 −0 Original line number Diff line number Diff line --- presentation build: stage: build tags: [ns4.shore.co.il] image: name: registry.shore.co.il/presentation entrypoint: [""] before_script: - | [ -z "${PRESENTATION_ROOT:-}" ] || cd "$PRESENTATION_ROOT" script: - make --jobs=4 artifacts: paths: - '*.pdf' - '**/*.pdf' Loading
README.md +2 −2 Original line number Diff line number Diff line Loading @@ -16,8 +16,8 @@ add a shell alias See the example folder for more details and the [generated PDF](https://git.shore.co.il/nimrod/presentation/-/jobs/artifacts/master/raw/example/presentation.pdf?job=presentation%20build). If you're using GitLab, check out my [CI template](https://git.shore.co.il/shore/ci-templates/-/blob/master/templates/presentation.yml) If you're using GitLab, check out the [CI template](https://git.shore.co.il/nimrod/presentation/-/blob/master/gitlab-ci-template/presentation.yml) if you wish to build presentation as part of a pipeline. ## Contains Loading
gitlab-ci-template/presentation.yml 0 → 100644 +16 −0 Original line number Diff line number Diff line --- presentation build: stage: build tags: [ns4.shore.co.il] image: name: registry.shore.co.il/presentation entrypoint: [""] before_script: - | [ -z "${PRESENTATION_ROOT:-}" ] || cd "$PRESENTATION_ROOT" script: - make --jobs=4 artifacts: paths: - '*.pdf' - '**/*.pdf'