mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Add build against nightly Crystal
This commit is contained in:
parent
3a6fcb9b0d
commit
b79e580822
1 changed files with 7 additions and 0 deletions
|
@ -18,6 +18,13 @@ spec:
|
|||
- bin/ameba
|
||||
- crystal tool format --check
|
||||
|
||||
nightly:
|
||||
image: "crystallang/crystal:nightly"
|
||||
allow_failure: true
|
||||
script:
|
||||
- crystal spec
|
||||
- crystal tool format --check
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue