X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=.gitlab-ci.yml;h=092f9207b94712b836b77b6f308acd89d7bf9433;hb=776fac4281fbae2a6e5972ce7ce1c3990caa68e9;hp=f0987236de46447c6748fea4a1fb08ab405cb414;hpb=afba06504a890a85d596abc1f1762f4bb7cd6f9d;p=open-adventure.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f098723..092f920 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,9 @@ image: alpine +before_script: + - git submodule sync --recursive + - git submodule update --init --recursive + stages: - build - test @@ -106,17 +110,13 @@ test:release: pages: stage: deploy script: - - mkdir -p public/releases + - mkdir public - mv coverage public - - "mv *.html public" - - "mv *.tar.gz public/releases" artifacts: paths: - public only: - master dependencies: - - html - test:debug - - dist