ci: Show versions for crystal/shards
This commit is contained in:
parent
3aef835b4b
commit
856f047d16
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ build:executable:
|
|||
stage: build
|
||||
image: crystallang/crystal:1.5
|
||||
script:
|
||||
# Debug
|
||||
- crystal version
|
||||
- shards version
|
||||
# Build
|
||||
- make build
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue