summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-05-07 10:44:56 +0200
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-05-07 11:25:24 +0200
commit3f5377d6810de412c8963414f66f472fc740cad9 (patch)
tree042266942978c672ae879f8964772ed524d29880 /.gitlab-ci.yml
parentafbfb8b5792fb1e8b8bf5777576680f1a4f0cd08 (diff)
downloadmana-3f5377d6810de412c8963414f66f472fc740cad9.tar.gz
mana-3f5377d6810de412c8963414f66f472fc740cad9.tar.bz2
mana-3f5377d6810de412c8963414f66f472fc740cad9.tar.xz
mana-3f5377d6810de412c8963414f66f472fc740cad9.zip
Replaced ENet with submodule
This also updates ENet from 1.3.2 to 1.3.18. The previously supported WITH_BUNDLEDHEADERS option that affected which ENet was being used has now been reversed and renamed to USE_SYSTEM_ENET, which defaults to OFF for now.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 10342845..b29447ec 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,8 @@ ubuntu-build:
cache:
paths:
- ccache
+ variables:
+ GIT_SUBMODULE_STRATEGY: normal
before_script:
- export CCACHE_BASEDIR="$PWD"
- export CCACHE_DIR="$PWD/ccache"