1
1
mirror of https://github.com/google/ormolu.git synced 2024-09-11 08:05:24 +03:00
ormolu/.buildkite/pipeline.yml

19 lines
572 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
2021-01-04 23:36:50 +03:00
- label: Build and test with GHC 8.10.3
command: |
2021-01-04 23:36:50 +03:00
nix-build --keep-going --no-out-link --argstr ormoluCompiler ghc8103
timeout: 100
# - wait
# - label: Check formatting
# command: |
# ./format.sh
# git diff --exit-code --color=always