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.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/tools/ci/branches/ci_site/.gitlab-ci.yml b/tools/ci/branches/ci_site/.gitlab-ci.yml
index a5c5995b3..7ee170a19 100644
--- a/tools/ci/branches/ci_site/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_site/.gitlab-ci.yml
@@ -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,7 +72,7 @@ doxygen:
stage: build
script:
- ./tools/ci/scripts/clonesrc.sh
- - cd manaplus
+ - cd manaverse
- ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/doxygen.sh
artifacts:
@@ -93,7 +93,7 @@ gitstats:
stage: build
script:
- ./tools/ci/scripts/clonesrc.sh
- - cd manaplus
+ - cd manaverse
- ./tools/ci/jobs/gitstats.sh
artifacts:
paths:
@@ -111,7 +111,7 @@ gitstatsh:
stage: build
script:
- ./tools/ci/scripts/clonesrc.sh
- - cd manaplus
+ - cd manaverse
- ./tools/ci/jobs/gitstatsh.sh
image: debian:buster
artifacts:
@@ -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
+ - cd manaverse
- ./tools/ci/jobs/pages.sh
dependencies:
- doxygen