summaryrefslogtreecommitdiff
path: root/tools/ci/branches/ci_main1/.gitlab-ci.yml
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2024-02-16 14:50:14 -0300
committerJesusaves <cpntb1@ymail.com>2024-02-18 00:31:12 -0300
commitd36cb0eb4b7bba79b2b654c0e5f91f16726bdc68 (patch)
treed4279a38b763cefd033cfbf4d1ec2ff13c5e5dd2 /tools/ci/branches/ci_main1/.gitlab-ci.yml
parent775392e472933be8d1d76619894efc0671f0c02d (diff)
downloadmv-jesusalva/renameprog.tar.gz
mv-jesusalva/renameprog.tar.bz2
mv-jesusalva/renameprog.tar.xz
mv-jesusalva/renameprog.zip
Rename the program from ManaPlus to ManaVerse.jesusalva/renameprog
Diffstat (limited to 'tools/ci/branches/ci_main1/.gitlab-ci.yml')
-rw-r--r--tools/ci/branches/ci_main1/.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/ci/branches/ci_main1/.gitlab-ci.yml b/tools/ci/branches/ci_main1/.gitlab-ci.yml
index 27ecc3655..66c25fc0f 100644
--- a/tools/ci/branches/ci_main1/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_main1/.gitlab-ci.yml
@@ -2,7 +2,7 @@
artifacts:
paths:
- logs
- - manaplus/logs
+ - manaverse/logs
when: always
expire_in: 3 week
dependencies: []
@@ -11,7 +11,7 @@
artifacts:
paths:
- logs
- - manaplus/logs
+ - manaverse/logs
when: always
expire_in: 3 week
dependencies: []
@@ -89,7 +89,7 @@ gcc-gentoo_sdl1:
script:
- ./tools/ci/jobs/any_compiler.sh --enable-werror
- ./tools/ci/scripts/runtests.sh
- image: registry.gitlab.com/manaplus/images:gentoo_gcc_sdl1
+ image: registry.gitlab.com/manaverse/images:gentoo_gcc_sdl1
<<: *job-push
variables:
LOGFILE: gcc.log
@@ -106,7 +106,7 @@ gcc-gentoo_sdl2:
script:
- ./tools/ci/jobs/any_compiler.sh --with-sdl2 --enable-werror
- ./tools/ci/scripts/runtests.sh
- image: registry.gitlab.com/manaplus/images:gentoo_gcc_sdl2
+ image: registry.gitlab.com/manaverse/images:gentoo_gcc_sdl2
<<: *job-push
variables:
LOGFILE: gcc.log