diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-29 11:09:10 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-29 11:09:10 -0600 |
| commit | 3170b3ed27a0f971a42256f8eb7c550011f0920a (patch) | |
| tree | ec2163121898dce555568d035fe107e73a696d85 /.gitlab-ci.yml | |
| parent | 7ac5f983981022c0b8ba5ac413bba730c295404b (diff) | |
chore: enable debug output in cibuild
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a6ae897..dc5e3f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,3 +2,5 @@ unit: image: ruby:latest script: - sh ./bin/cibuild + variables: + DEBUG: true |
