summaryrefslogtreecommitdiff
path: root/tools/ci/branches/ci_site/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ci/branches/ci_site/.gitlab-ci.yml')
-rw-r--r--tools/ci/branches/ci_site/.gitlab-ci.yml30
1 files changed, 15 insertions, 15 deletions
diff --git a/tools/ci/branches/ci_site/.gitlab-ci.yml b/tools/ci/branches/ci_site/.gitlab-ci.yml
index a5c5995b3..0a7d04417 100644
--- a/tools/ci/branches/ci_site/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_site/.gitlab-ci.yml
@@ -17,7 +17,7 @@ before_script:
artifacts:
paths:
- logs
- - manaplus/logs
+ - manaverse/logs
when: always
expire_in: 3 week
dependencies: []
@@ -26,7 +26,7 @@ before_script:
artifacts:
paths:
- logs
- - manaplus/logs
+ - manaverse/logs
when: always
expire_in: 3 week
dependencies: []
@@ -35,9 +35,9 @@ gcc-6_tests_gcov:
stage: build
script:
- ./tools/ci/scripts/clonesrc.sh
- - cd manaplus
+ - cd manaverse
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc6_tests_gcov.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc6_tests_gcov.sh --without-dyecmd --without-manaversegame
<<: *job-push
variables:
PACKAGES: gcc-6 g++-6
@@ -54,8 +54,8 @@ gcc-6_sdl2_tests_gcov:
stage: build
script:
- ./tools/ci/scripts/clonesrc.sh
- - cd manaplus
- - ./tools/ci/jobs/gcc6_sdl2_tests_gcov.sh --without-dyecmd --without-manaplusgame
+ - cd manaverse
+ - ./tools/ci/jobs/gcc6_sdl2_tests_gcov.sh --without-dyecmd --without-manaversegame
<<: *job-push
variables:
PACKAGES: gcc-6 g++-6
@@ -72,12 +72,12 @@ doxygen:
stage: build
script:
- ./tools/ci/scripts/clonesrc.sh
- - cd manaplus
+ - cd manaverse
- ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/doxygen.sh
artifacts:
paths:
- - manaplus/doxygen
+ - manaverse/doxygen
expire_in: 3 week
when: always
dependencies: []
@@ -93,11 +93,11 @@ gitstats:
stage: build
script:
- ./tools/ci/scripts/clonesrc.sh
- - cd manaplus
+ - cd manaverse
- ./tools/ci/jobs/gitstats.sh
artifacts:
paths:
- - manaplus/stats
+ - manaverse/stats
expire_in: 3 week
when: always
dependencies: []
@@ -111,12 +111,12 @@ gitstatsh:
stage: build
script:
- ./tools/ci/scripts/clonesrc.sh
- - cd manaplus
+ - cd manaverse
- ./tools/ci/jobs/gitstatsh.sh
image: debian:buster
artifacts:
paths:
- - manaplus/stats2
+ - manaverse/stats2
expire_in: 3 week
when: always
dependencies: []
@@ -132,10 +132,10 @@ pages:
stage: stats
script:
- rm -rf artifacts || true
- - mv manaplus artifacts
+ - mv manaverse artifacts
- ./tools/ci/scripts/clonesrc.sh
- - mv artifacts/* manaplus/
- - cd manaplus
+ - mv artifacts/* manaverse/
+ - cd manaverse
- ./tools/ci/jobs/pages.sh
dependencies:
- doxygen