Merge branch 'specs' of gitlab.com:arctic-fox/spectator into specs

This commit is contained in:
Michael Miller 2021-02-09 19:12:17 -07:00
commit f46856f307
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD

View file

@ -14,7 +14,13 @@ before_script:
spec: spec:
script: script:
- shards - shards
- crystal spec --error-on-warnings - crystal spec --error-on-warnings --junit_output=.
artifacts:
when: always
paths:
- output.xml
reports:
junit: output.xml
format: format:
script: script:
@ -31,8 +37,14 @@ nightly:
allow_failure: true allow_failure: true
script: script:
- shards --ignore-crystal-version - shards --ignore-crystal-version
- crystal spec --error-on-warnings - crystal spec --error-on-warnings --junit_output=.
- crystal tool format --check - crystal tool format --check
artifacts:
when: always
paths:
- output.xml
reports:
junit: output.xml
pages: pages:
stage: deploy stage: deploy