diff options
author | jak1 <mike.wollmann@gmail.com> | 2021-05-22 20:42:21 +0200 |
---|---|---|
committer | jak1 <mike.wollmann@gmail.com> | 2021-05-22 20:42:21 +0200 |
commit | d3533cc657b2e143573d4fba2c10e99a9017d02a (patch) | |
tree | 38326cbb810ca419fdfd18f21e0acf5af785dc88 /.gitlab-ci.yml | |
parent | 445a5274e699198249891df5c8ab092e3c2d107d (diff) | |
download | manaplus-d3533cc657b2e143573d4fba2c10e99a9017d02a.tar.gz manaplus-d3533cc657b2e143573d4fba2c10e99a9017d02a.tar.bz2 manaplus-d3533cc657b2e143573d4fba2c10e99a9017d02a.tar.xz manaplus-d3533cc657b2e143573d4fba2c10e99a9017d02a.zip |
changed pages to deploy
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc7206572..1a35eac8a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,8 @@ stages: - lint - prebuild - - pages - build + - deploy # with :; prevent from run it on windows before_script: @@ -357,7 +357,7 @@ gcc-5_h_all_i386: - docker gcov_gcc6: - stage: pages + stage: deploy image: debian:stretch script: - mkdir -p public/coverage/ @@ -383,7 +383,7 @@ gcov_gcc6: - docker doxygen: - stage: pages + stage: deploy image: debian:stretch script: - ./tools/ci/scripts/patchsdl1.sh |