Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-29 | CircleCI: fix stack installation. | John MacFarlane | 1 | -1/+1 | |
homebrew no longer has a bottle for haskell-stack for the old macOS version we're building on. | |||||
2020-12-17 | CircleCI config: add version.txt to artifacts directory. | John MacFarlane | 1 | -0/+1 | |
2020-12-17 | Remove .travis.yml and add CircleCI config. | John MacFarlane | 1 | -122/+63 | |
2019-08-26 | Comment out ghc 8.8.1 build for now. | John MacFarlane | 1 | -1/+2 | |
2019-08-26 | Add ghc 8.8.1 to CI. | John MacFarlane | 1 | -0/+7 | |
2019-08-16 | Circle CI: use fpco/stack-build:lts-13 as base image | Albert Krewinkel | 1 | -1/+1 | |
2019-05-01 | CI: test with GHC 8.6.5 | Albert Krewinkel | 1 | -4/+4 | |
2019-03-27 | circleci - drop test on ghc 7.10, add ghc 8.6.4. | John MacFarlane | 1 | -10/+3 | |
2019-03-27 | circleci: back to -j2. | John MacFarlane | 1 | -3/+3 | |
2019-03-27 | circleci: recognize both Warning: and warning:. | John MacFarlane | 1 | -1/+1 | |
2019-03-27 | circelci: try using -j1. | John MacFarlane | 1 | -3/+3 | |
2019-03-27 | circleci config - remove GHC_OPTS. | John MacFarlane | 1 | -5/+4 | |
Build into stack.yaml and cabal.project.local instead. | |||||
2019-03-27 | Another try at circleci config. | John MacFarlane | 1 | -4/+4 | |
2019-03-27 | circleci config - don't use 'all' for cabal test. | John MacFarlane | 1 | -2/+2 | |
2019-03-27 | circleci - ensure that config doesn't change between build and test. | John MacFarlane | 1 | -3/+3 | |
Print test output directly. | |||||
2019-03-26 | circleci tweak - move up cabal v2-test. | John MacFarlane | 1 | -1/+1 | |
2019-03-26 | circleci - explicitly specify ghc version for cabal builds. | John MacFarlane | 1 | -4/+4 | |
2019-03-26 | circleci - set path to use installed ghc. | John MacFarlane | 1 | -6/+1 | |
2019-03-26 | Fixed typo in circleci config. | John MacFarlane | 1 | -1/+1 | |
2019-03-26 | more circleci diagnostics | John MacFarlane | 1 | -1/+4 | |
2019-03-26 | circleci tweaks - mostly diagnostic. | John MacFarlane | 1 | -20/+25 | |
2019-03-26 | circleci: explicitly specify ghc version to use. | John MacFarlane | 1 | -5/+7 | |
2019-03-25 | circleci: fix typo. | John MacFarlane | 1 | -1/+1 | |
2019-02-11 | CircleCI: show build.log on cabal builds. | John MacFarlane | 1 | -0/+1 | |
2019-01-25 | Revert "CircleCI - use -O0 only for cabal-v2 builds." | John MacFarlane | 1 | -5/+5 | |
This reverts commit 062a8fb10bf3eb7b92d3b8b942f106293ef24902. | |||||
2019-01-25 | Revert "CircleCI - store artifact from stack build." | John MacFarlane | 1 | -4/+0 | |
This reverts commit ecccb69ec70b5453936cee106940dbec66daaae0. | |||||
2019-01-25 | Revert "circleci - use .gz for build artifact." | John MacFarlane | 1 | -2/+2 | |
This reverts commit f28d39efaef7f5d0066a217ac8b320080ca1f032. | |||||
2019-01-25 | circleci - use .gz for build artifact. | John MacFarlane | 1 | -2/+2 | |
2019-01-25 | CircleCI - store artifact from stack build. | John MacFarlane | 1 | -0/+4 | |
2019-01-25 | CircleCI - use -O0 only for cabal-v2 builds. | John MacFarlane | 1 | -5/+5 | |
Stack build will not disable optimizations; this way we can create a nightly. | |||||
2019-01-25 | Tweaked circleci. | John MacFarlane | 1 | -5/+6 | |
2019-01-25 | Add some ghc options in circleci config. | John MacFarlane | 1 | -1/+1 | |
2019-01-25 | CircleCI: Set workflow version to 2.1. | John MacFarlane | 1 | -1/+1 | |
2019-01-25 | Add .circleci config. | John MacFarlane | 1 | -0/+123 | |