|
|
@ -3,6 +3,9 @@ dist: bionic
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
include:
|
|
|
|
include:
|
|
|
|
- stage: build
|
|
|
|
- stage: build
|
|
|
|
|
|
|
|
# TODO: Shallowly clone again once the .git folder is no longer required for building
|
|
|
|
|
|
|
|
git:
|
|
|
|
|
|
|
|
depth: false
|
|
|
|
language: crystal
|
|
|
|
language: crystal
|
|
|
|
crystal: latest
|
|
|
|
crystal: latest
|
|
|
|
before_install:
|
|
|
|
before_install:
|
|
|
@ -15,6 +18,9 @@ jobs:
|
|
|
|
- crystal spec
|
|
|
|
- crystal spec
|
|
|
|
|
|
|
|
|
|
|
|
- stage: build_docker
|
|
|
|
- stage: build_docker
|
|
|
|
|
|
|
|
# TODO: Shallowly clone again once the .git folder is no longer required for building
|
|
|
|
|
|
|
|
git:
|
|
|
|
|
|
|
|
depth: false
|
|
|
|
language: minimal
|
|
|
|
language: minimal
|
|
|
|
services:
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
- docker
|
|
|
|