summaryrefslogtreecommitdiff
path: root/tools/ci/branches/ci_mxe
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_mxe
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_mxe')
-rw-r--r--tools/ci/branches/ci_mxe/.gitlab-ci.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/ci/branches/ci_mxe/.gitlab-ci.yml b/tools/ci/branches/ci_mxe/.gitlab-ci.yml
index 5e7526c7a..dc10a58fc 100644
--- a/tools/ci/branches/ci_mxe/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_mxe/.gitlab-ci.yml
@@ -6,7 +6,7 @@ stages:
artifacts:
paths:
- logs
- - manaplus/logs
+ - manaverse/logs
when: always
expire_in: 3 week
dependencies: []
@@ -15,7 +15,7 @@ stages:
artifacts:
paths:
- logs
- - manaplus/logs
+ - manaverse/logs
when: always
expire_in: 3 week
dependencies: []
@@ -24,7 +24,7 @@ mxe_gcc6_shared_32_testsbin:
stage: build
script:
- ls /mxe
- - ./tools/ci/jobs/mxe_gcc6_tests.sh --without-manaplusgame --without-dyecmd
+ - ./tools/ci/jobs/mxe_gcc6_tests.sh --without-manaversegame --without-dyecmd
artifacts:
paths:
- logs
@@ -32,7 +32,7 @@ mxe_gcc6_shared_32_testsbin:
when: always
expire_in: 1 week
dependencies: []
- image: registry.gitlab.com/manaplus/mxe:gcc6_shared_32
+ image: registry.gitlab.com/manaverse/mxe:gcc6_shared_32
variables:
PACKAGES: bash
CROSS: i686-w64-mingw32.shared
@@ -43,7 +43,7 @@ mxe_gcc6_shared_64_testsbin:
stage: build
script:
- ls /mxe
- - ./tools/ci/jobs/mxe_gcc6_tests.sh --without-manaplusgame --without-dyecmd
+ - ./tools/ci/jobs/mxe_gcc6_tests.sh --without-manaversegame --without-dyecmd
artifacts:
paths:
- logs
@@ -51,7 +51,7 @@ mxe_gcc6_shared_64_testsbin:
when: always
expire_in: 1 week
dependencies: []
- image: registry.gitlab.com/manaplus/mxe:gcc6_shared_64
+ image: registry.gitlab.com/manaverse/mxe:gcc6_shared_64
variables:
PACKAGES: bash
CROSS: x86_64-w64-mingw32.shared