1
1
mirror of https://github.com/google/ormolu.git synced 2024-08-16 03:20:30 +03:00
ormolu/.buildkite/pipeline.yml
2021-02-16 20:24:22 -08:00

19 lines
572 B
YAML

steps:
- label: Build and test with GHC 8.6.5
command: |
nix-build --keep-going --no-out-link --argstr ormoluCompiler ghc865
timeout: 100
- label: Build and test with GHC 8.8.4
command: |
nix-build --keep-going --no-out-link --argstr ormoluCompiler ghc884
timeout: 100
- label: Build and test with GHC 8.10.3
command: |
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