Build and test all K8S versions 1.20-1.30, GHC up to 9.8

This commit is contained in:
thomasjm
2024-06-13 16:56:58 -07:00
parent bb72266e67
commit 2b0ba85e61
1011 changed files with 920153 additions and 457868 deletions

View File

@@ -0,0 +1,16 @@
sudo: false
language: c
addons:
apt:
packages:
- libgmp-dev
before_install:
- mkdir -p ~/.local/bin
- export PATH=$HOME/.local/bin:$PATH
- travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
script:
- stack --install-ghc --no-haddock-deps haddock
- stack test
cache:
directories:
- $HOME/.stack