aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Expand)Author
2020-10-08Use ghc 8.8.4 for CI build on macOS, because it is pre-installed.John MacFarlane
2020-10-05Run nightly one hour later.John MacFarlane
2020-10-04Try to fix Windows CI by installing happy first.John MacFarlane
2020-09-23Revert stack->cabal change in nightly.yml.John MacFarlane
2020-09-22release-candidate build: use latest stack on the runner.John MacFarlane
2020-09-22Nightly process improvements.John MacFarlane
2020-09-22CI: use checkout@v2, and use haskell-setup to install stack.John MacFarlane
2020-09-21Add built-in citation support using new citeproc library.John MacFarlane
2020-09-20CI: bump tested GHC versions to 8.8.4 and 8.10.2Albert Krewinkel
2020-09-20CI: remove duplicate build step on macOSAlbert Krewinkel
2020-09-10CI: use cabal for macos builds.John MacFarlane
2020-09-03CI/macOS: Fix stack invocations.John MacFarlane
2020-09-03CI/macOs: Use setup-haskell to setup stack.John MacFarlane
2020-08-28release-candidate: don't build windows i386.John MacFarlane
2020-08-27Remove macos build from GitHub actions rc.John MacFarlane
2020-08-15Actions CI: Try cache@v2.John MacFarlane
2020-08-11Linux rc build: use ghc-musl container.John MacFarlane
2020-07-23Restore testing with ghc 8.0.2.2.10.1John MacFarlane
2020-07-23release-candidate: pin upload-artifact to specific version.John MacFarlane
2020-07-19CI: Drop testing on ghc 8.0.2.John MacFarlane
2020-07-13[CI] Use setup-haskell actionNikolay Yakimov
2020-06-29rc action: use older stack that supports i386 for Windows i386 build.2.10John MacFarlane
2020-06-23CI: fix typo in GitHub CI workflow configAlbert Krewinkel
2020-06-20CI: use GitHub workflow command to set system pathAlbert Krewinkel
2020-06-15linux CI: use ppa to install older ghc/cabal versions.John MacFarlane
2020-06-14Linux CI: use cabal 3.2 for everything.John MacFarlane
2020-06-14CI: use ubuntu-18.04 instead of 20.04.John MacFarlane
2020-06-14CI: use cabal 3.2, also specify OS versions instead of 'latest.'John MacFarlane
2020-06-14Switch CI to use ghc 8.8.3.John MacFarlane
2020-06-13nightly: add ls statements to diagnose linux build failure.John MacFarlane
2020-05-25[CI] broken commit message length test (#6398)Nikolay Yakimov
2020-05-25CI: another attempt to fix line-length check.John MacFarlane
2020-05-25CI: Don't include merge commits when checking message length.John MacFarlane
2020-05-21Add commit message check to ci.yml workflow.John MacFarlane
2020-05-21Revert "Add action to check commit messages for line length."John MacFarlane
2020-05-21Add action to check commit messages for line length.John MacFarlane
2020-05-04Revert "Windows CI: try adding -fexternal-interpreter as ghc option."John MacFarlane
2020-05-04Windows CI: try adding -fexternal-interpreter as ghc option.John MacFarlane
2020-05-04Revert "Use 'set __COMPAT_LAYER=' in Windows CI builds."John MacFarlane
2020-05-04Use 'set __COMPAT_LAYER=' in Windows CI builds.John MacFarlane
2020-04-20CI: be more selective about caching.John MacFarlane
2020-04-18Revert "Hide successes on cabal CI builds"John MacFarlane
2020-04-18CI: Don't cache .stack-work.John MacFarlane
2020-04-18Hide successes on cabal CI buildsJohn MacFarlane
2020-04-17Add CI build for ghc 8.10.1.John MacFarlane
2020-04-17Fix path for nightly linux build.John MacFarlane
2020-04-16ci: remove ghc 8.10.1 build for now.John MacFarlane
2020-04-16nightly: don't need to apt-get install. ci: test on ghc 8.10.1.John MacFarlane
2020-04-16nightly: ensure that ghc 8.8.1 is used for linux.John MacFarlane
2020-04-15nightly build: print ghc, cabal versions for diagnostics.John MacFarlane