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:07 -0400
committerCharadon <dev@iotib.net>2022-06-02 19:42:07 -0400
commit7a97457358a0f85ca08337dd8fa6f43b95da702f (patch)
tree2a73892d4458c2fa2b3b28d7839eaa9544ba6702 /.gitlab-ci.yml
parenta0b516b5f6941fa2c52b1f8fe7cb3321e50286d8 (diff)
downloadPong-C-7a97457358a0f85ca08337dd8fa6f43b95da702f.tar.gz
For super 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 adeeac4..2534670 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,6 +21,7 @@ build-job:       # This job runs in the build stage, which runs first.
   script:
     - apk add meson
     - apk add gcc
+    - apk add alpine-sdk
     - meson build
     - cd build
     - ninja