summaryrefslogtreecommitdiff
path: root/tools/ci/branches/ci_mse/.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_mse/.gitlab-ci.yml
parent775392e472933be8d1d76619894efc0671f0c02d (diff)
downloadmv-d36cb0eb4b7bba79b2b654c0e5f91f16726bdc68.tar.gz
mv-d36cb0eb4b7bba79b2b654c0e5f91f16726bdc68.tar.bz2
mv-d36cb0eb4b7bba79b2b654c0e5f91f16726bdc68.tar.xz
mv-d36cb0eb4b7bba79b2b654c0e5f91f16726bdc68.zip
Rename the program from ManaPlus to ManaVerse.jesusalva/renameprog
Diffstat (limited to 'tools/ci/branches/ci_mse/.gitlab-ci.yml')
-rw-r--r--tools/ci/branches/ci_mse/.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/ci/branches/ci_mse/.gitlab-ci.yml b/tools/ci/branches/ci_mse/.gitlab-ci.yml
index d35de9c08..a722d63b1 100644
--- a/tools/ci/branches/ci_mse/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_mse/.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: []
@@ -20,7 +20,7 @@ gcc-7_tests_mse_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-manaplusgame --enable-stldebug
+ - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-manaversegame --enable-stldebug
image: i386/debian:buster
<<: *job-push
variables: