summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusalva Jesusalva <jesusalva@themanaworld.org>2024-02-24 17:54:52 +0000
committerJesusalva Jesusalva <jesusalva@themanaworld.org>2024-02-24 17:54:52 +0000
commit76bfaabeb974e7a70f379f278bdec48ef175687b (patch)
tree7089e8600ca65c13df650a302d7e0978be3d9550
parentf4ecfac28ac822af7732346eca3dad0365f38994 (diff)
downloadmanaverse-76bfaabeb974e7a70f379f278bdec48ef175687b.tar.gz
manaverse-76bfaabeb974e7a70f379f278bdec48ef175687b.tar.bz2
manaverse-76bfaabeb974e7a70f379f278bdec48ef175687b.tar.xz
manaverse-76bfaabeb974e7a70f379f278bdec48ef175687b.zip
Test for mplint!1
-rwxr-xr-xtools/ci/jobs/mplint.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/ci/jobs/mplint.sh b/tools/ci/jobs/mplint.sh
index 573cd1c85..42ca901d5 100755
--- a/tools/ci/jobs/mplint.sh
+++ b/tools/ci/jobs/mplint.sh
@@ -19,8 +19,9 @@ export CXXFLAGS="-std=gnu++11"
do_init
rm -rf mplint || true
-gitclone https://git.themanaworld.org/mana mplint.git
+gitclone https://git.themanaworld.org/ewewukek mplint.git
cd mplint
+git checkout pcre2
run_configure_simple
run_make
cd ..