aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Expand)Author
2022-12-31Resolve CI warnings by updating to newer action versionsJulie Schwartz
2022-11-01Add support for haskell language server (#510)ThePerfectComputer
2022-09-24upgrade Github CI from ghc 9.0.1 to ghc 9.0.2.Ken Takusagawa
2022-08-11build the release notes PDF and HTML in CI.Ken Takusagawa
2022-08-11Create a doc zip file which does not have a tarball inside it,Ken Takusagawa
2022-07-20GitHub CI: Don't hold back the macOS ccache versionJulie Schwartz
2022-07-20GitHub CI: Add macOS 12 VMJulie Schwartz
2022-07-20GitHub CI: Update the Ubuntu VMsJulie Schwartz
2021-11-10In the CI, hold GHC version at 9.0.1Julie Schwartz
2021-10-02Remove workaround for GHC path in the Ubuntu CIJulie Schwartz
2021-09-24Hold back ccache on macOS to avoid bug in 4.4Julie Schwartz
2021-09-24Remove the CI's claim to build for macOS 10.13+Julie Schwartz
2021-09-24Add CI for macos-11Julie Schwartz
2021-09-24Adapt to changes with GHC in the GitHub Ubuntu VMJulie Schwartz
2021-07-28Clarify the download and install processesJulie Schwartz
2021-07-27Remove Ubuntu 16.04 from CI jobsJulie Schwartz
2021-06-14Add testing of bdw to the CIJulie Schwartz
2021-05-30Include BH/Classic files in CI check for tabsJulie Schwartz
2021-05-30Expand the CI's trailing whitespace checkJulie Schwartz
2021-05-22Fix the CI's whitespace checkJulie Schwartz
2021-05-22Add testing of bsc-contrib to the CIJulie Schwartz
2021-04-18Fix GitHub Action for Toooba to clone recursivelyJulie Schwartz
2021-03-30GitHub CI: Add Toooba as a test jobJulie Schwartz
2021-03-30GitHub CI: Fix the use of ccache for macosJulie Schwartz
2021-03-30GitHub CI: Make the ccache keys uniqueJulie Schwartz
2021-03-19Merge the testsuite CI files into BSC's CIJulie Schwartz
2021-02-05Initial release of BSC doc sourcesJulie Schwartz
2020-08-11Hack to fix macOS build due to unwanted TCL headerBrian Foley
2020-07-25Remove trailing whitespace from BS libs (#213)Brian Foley
2020-07-21CI microoptimization: Upgrade to cache@v2Brian Foley
2020-06-23Add a CI test for .ghciBrian Foley
2020-06-18Fix typoBrian Foley
2020-06-18Add CI for Ubuntu 20.04Brian Foley
2020-05-08Use ccache to cache C++ compilation across buildsBrian Foley
2020-04-20Remove bluewish, and all dependencies (including tk, x11, fontconfig)Brian Foley
2020-04-15Add autoconf to the dependencies for macOSJulie Schwartz
2020-04-15Remove itcl/itk/xvfb from the build requirementsJulie Schwartz
2020-04-13Add DockerfilePaulo Matias
2020-04-03Explicitly check itk ver instead of assuming it's the same as itclBrian Foley
2020-03-13allow MacOS build to work on older versionsMehul Tikekar
2020-03-13upload build artifactsMehul Tikekar
2020-03-11Make the CI macOS GHC build parallel too.Brian Foley
2020-03-11Merge pull request #98 from ncihnegn/masterJulie Schwartz
2020-03-09Make CI Haskell build parallel, and allow GHCRTSFLAGS to be modifiedBrian Foley
2020-03-04For macOSncihnegn
2020-03-01For CI builds, only install one of itk3-dev or tcl-itk4-dev, not both.Brian Foley
2020-03-01Update build to work with itcl 3 or 4.Brian Foley
2020-03-01Merge pull request #88 from thoughtpolice/aseipp/fixesJulie Schwartz
2020-02-29Remove common splitting fns from ListUtils, use Data.List.Split insteadBrian Foley
2020-02-29ci(github): touchup CI workflowsAustin Seipp