summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2024-10-07 20:23:30 +0200
committerFedja Beader <fedja@protonmail.ch>2024-10-10 23:51:02 +0200
commit4216c2dfabb6d7ee58b3e71991aa45f9dfb6ef42 (patch)
tree8ccf91ef7bb109c405d923544516be70c3bb994b
parentc8eb0a0839b3ba6be94383f90d583c7d13f5b1ea (diff)
downloadclientdata-4216c2dfabb6d7ee58b3e71991aa45f9dfb6ef42.tar.gz
clientdata-4216c2dfabb6d7ee58b3e71991aa45f9dfb6ef42.tar.bz2
clientdata-4216c2dfabb6d7ee58b3e71991aa45f9dfb6ef42.tar.xz
clientdata-4216c2dfabb6d7ee58b3e71991aa45f9dfb6ef42.zip
Misc improvements to the manaverse CI job
-rw-r--r--.gitlab-ci.yml4
-rwxr-xr-x.tools/manaplus.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8bf2bbd2..fff0eb0a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,11 +24,11 @@ imagemagiccheck:
script:
- ./.tools/imagemagiccheck.sh
-manaplus:
+manaverse:
stage: test
+ image: debian:unstable
script:
- ./.tools/manaplus.sh
- image: debian:unstable
artifacts:
paths:
- shared
diff --git a/.tools/manaplus.sh b/.tools/manaplus.sh
index 239696c9..2dec0740 100755
--- a/.tools/manaplus.sh
+++ b/.tools/manaplus.sh
@@ -16,7 +16,7 @@ ls
./clientdata/.tools/downloadlib.sh manaplus master || exit 1
-export HOME=`pwd`/clientdata/shared
+export HOME="$PWD/clientdata/shared"
cd manaplus_master || exit 1
export SDL_VIDEODRIVER=dummy