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
|
stage: build
|
||||||
image: crystallang/crystal:1.5
|
image: crystallang/crystal:1.5
|
||||||
script:
|
script:
|
||||||
|
# Debug
|
||||||
|
- crystal version
|
||||||
|
- shards version
|
||||||
|
# Build
|
||||||
- make build
|
- make build
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue