about summary refs log tree commit diff stats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-06-02 19:44:15 -0400
committerCharadon <dev@iotib.net>2022-06-02 19:44:15 -0400
commit3dfd8d3cad227d16d1425f343b0661a993c68585 (patch)
treee2018b28b08d9a91d10249d57f16d50bc3935ed9 /.gitlab-ci.yml
parent8085969c3cec17dc2e6dd5fbf186b05163cc6aba (diff)
downloadPong-C-3dfd8d3cad227d16d1425f343b0661a993c68585.tar.gz
For mega ultra super real
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