ormolu/.buildkite/pipeline.yml

19 lines
562 B
YAML
Raw Permalink Normal View History

steps:
- label: Build and test with GHC 8.6.5
command: |
nix-build --keep-going --no-out-link --argstr ormoluCompiler ghc865
timeout: 100
2020-08-22 23:48:38 +03:00
- label: Build and test with GHC 8.8.4
command: |
2020-08-22 23:48:38 +03:00
nix-build --keep-going --no-out-link --argstr ormoluCompiler ghc884
timeout: 100
- label: Build and test with GHC 8.10.1
command: |
nix-build --keep-going --no-out-link --argstr ormoluCompiler ghc8101
timeout: 100
- wait
- label: Check formatting
command: |
./format.sh
git diff --exit-code --color=always