diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-10 14:22:15 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-10 14:22:15 -0600 |
| commit | a56695f487d7c61fce621fc3393ee75071007f20 (patch) | |
| tree | 4fc9a63c0d15125c8c28c8ea542718665c12a1bd /.gitlab-ci.yml | |
| parent | db72f33a18be2ecba5cf754205620167341f161a (diff) | |
chore: install ruby dependencies and add golang
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c83d5ef..9e5e9bad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ test: image: alpine:latest script: - - apk add --no-cache bash git make mise ruby ruby-bundler ruby-dev build-base openssl-dev + - apk add --no-cache bash build-base git libffi make mise openssl-dev ruby ruby-bundler ruby-dev yaml-dev zlib-dev + - make - mage test |
