From b746ce65b1cba4d76162a364c6cf2dc87df0a722 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Fri, 1 Apr 2022 14:18:20 +0200 Subject: [PATCH] Build commands separately. --- .gitlab-ci.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index caf7cb75..ac7e89c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ pages: paths: - public/ -documentation: +commands: stage: deploy rules: - if: $CI_COMMIT_BRANCH == "stable-1.5" @@ -46,8 +46,22 @@ documentation: - ./bootstrap - ./configure --disable-kernel --disable-userlib - make -j8 all + - mkdir documentation/external + - make -C documentation ext + artifacts: + paths: + - tool/ethercat + - documentation/external/ + +documentation: + stage: deploy + rules: + - if: $CI_COMMIT_BRANCH == "stable-1.5" + image: texlive/texlive + dependencies: + - commands + script: - cd documentation - - mkdir external - make - make index - make