about summary refs log tree commit diff stats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
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 02e0642..c5f6db6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,6 +23,8 @@ build-job:       # This job runs in the build stage, which runs first.
     - apk add gcc
     - apk add alpine-sdk
     - apk add make
+    - git submodule init
+    - git submodule update raylib
     - meson build
     - cd build
     - ninja