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:42:54 -0400
committerCharadon <dev@iotib.net>2022-06-02 19:42:54 -0400
commit8085969c3cec17dc2e6dd5fbf186b05163cc6aba (patch)
tree408aa18997cab2bff52244d80dec9d891d798198 /.gitlab-ci.yml
parent7a97457358a0f85ca08337dd8fa6f43b95da702f (diff)
downloadPong-C-8085969c3cec17dc2e6dd5fbf186b05163cc6aba.tar.gz
For super ultra real
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2534670..02e0642 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,6 +22,7 @@ build-job:       # This job runs in the build stage, which runs first.
     - apk add meson
     - apk add gcc
     - apk add alpine-sdk
+    - apk add make
     - meson build
     - cd build
     - ninja