summaryrefslogtreecommitdiff
path: root/tools/ci/branches/ci_fedora/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ci/branches/ci_fedora/.gitlab-ci.yml')
-rw-r--r--tools/ci/branches/ci_fedora/.gitlab-ci.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/tools/ci/branches/ci_fedora/.gitlab-ci.yml b/tools/ci/branches/ci_fedora/.gitlab-ci.yml
index 125b2f9d2..50523bc6f 100644
--- a/tools/ci/branches/ci_fedora/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_fedora/.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,8 +20,8 @@
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gccsnapshot_sanitize_tests.sh --without-dyecmd --without-manaplusgame
- - ldd ./src/manaplustests | grep "libasan"
+ - ./tools/ci/jobs/gccsnapshot_sanitize_tests.sh --without-dyecmd --without-manaversegame
+ - ldd ./src/manaversetests | grep "libasan"
<<: *job-push
image: fedora:rawhide
variables:
@@ -34,8 +34,8 @@
.fedora_gcc-snapshot_sanitize_sdl2_tests:
stage: build
script:
- - ./tools/ci/jobs/gccsnapshot_sanitize_tests.sh --with-sdl2 --without-dyecmd --without-manaplusgame
- - ldd ./src/manaplustests | grep "libasan"
+ - ./tools/ci/jobs/gccsnapshot_sanitize_tests.sh --with-sdl2 --without-dyecmd --without-manaversegame
+ - ldd ./src/manaversetests | grep "libasan"
<<: *job-push
image: fedora:rawhide
variables:
@@ -49,7 +49,7 @@ fedora_gcc-snapshot_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gccsnapshot_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gccsnapshot_tests.sh --without-dyecmd --without-manaversegame
<<: *job-push
image: fedora:rawhide
variables:
@@ -62,7 +62,7 @@ fedora_gcc-snapshot_tests:
fedora_gcc-snapshot_sdl2_tests:
stage: build
script:
- - ./tools/ci/jobs/gccsnapshot_tests.sh --with-sdl2 --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gccsnapshot_tests.sh --with-sdl2 --without-dyecmd --without-manaversegame
<<: *job-push
image: fedora:rawhide
variables: