mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Ignore Crystal version for nightly builds
This commit is contained in:
parent
6e7f094a4b
commit
3e3be77d30
1 changed files with 8 additions and 6 deletions
|
@ -10,23 +10,25 @@ cache:
|
|||
|
||||
before_script:
|
||||
- crystal -v # Print out Crystal version for debugging
|
||||
- shards
|
||||
|
||||
spec:
|
||||
script:
|
||||
- crystal spec --error-on-warnings
|
||||
- shards
|
||||
- crystal spec --error-on-warnings
|
||||
|
||||
style:
|
||||
script:
|
||||
- bin/ameba
|
||||
- crystal tool format --check
|
||||
- shards
|
||||
- bin/ameba
|
||||
- crystal tool format --check
|
||||
|
||||
nightly:
|
||||
image: "crystallang/crystal:nightly"
|
||||
allow_failure: true
|
||||
script:
|
||||
- crystal spec --error-on-warnings
|
||||
- crystal tool format --check
|
||||
- shards --ignore-crystal-version
|
||||
- crystal spec --error-on-warnings
|
||||
- crystal tool format --check
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
|
|
Loading…
Reference in a new issue