mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Merge branch 'specs' of gitlab.com:arctic-fox/spectator into specs
This commit is contained in:
commit
f46856f307
1 changed files with 14 additions and 2 deletions
|
@ -14,7 +14,13 @@ before_script:
|
|||
spec:
|
||||
script:
|
||||
- shards
|
||||
- crystal spec --error-on-warnings
|
||||
- crystal spec --error-on-warnings --junit_output=.
|
||||
artifacts:
|
||||
when: always
|
||||
paths:
|
||||
- output.xml
|
||||
reports:
|
||||
junit: output.xml
|
||||
|
||||
format:
|
||||
script:
|
||||
|
@ -31,8 +37,14 @@ nightly:
|
|||
allow_failure: true
|
||||
script:
|
||||
- shards --ignore-crystal-version
|
||||
- crystal spec --error-on-warnings
|
||||
- crystal spec --error-on-warnings --junit_output=.
|
||||
- crystal tool format --check
|
||||
artifacts:
|
||||
when: always
|
||||
paths:
|
||||
- output.xml
|
||||
reports:
|
||||
junit: output.xml
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
|
|
Loading…
Reference in a new issue