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, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c5f6db6..8608123 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,6 +25,6 @@ build-job:       # This job runs in the build stage, which runs first.
     - apk add make
     - git submodule init
     - git submodule update raylib
-    - meson build
+    - meson --verbose build
     - cd build
     - ninja