aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/CI.yml
AgeCommit message (Collapse)Author
2021-11-21Add: files and workflow to make installer on release. (#616)Laurence Kedward
2021-11-02Update upload patternSebastian Ehlert
2021-11-02Fix incorrect pattern matchingSebastian Ehlert
2021-11-02Add workflow for continuous delivery (#569)Sebastian Ehlert
2021-09-15Separate upload stage in CI testing (#564)Sebastian Ehlert
2021-03-31Phase out Haskell fpm (#420)Sebastian Ehlert
- remove bootstrap directory from repository - remove stack-build from CI workflow - move Fortran fpm to project root - adjust install script and bootstrap instructions
2021-03-31Split workflow for Haskell and Fortran fpm (#419)Sebastian Ehlert
2020-12-09Update: naming of release binariesLKedward
Remove 'v' prefix to version. Use 'haskell' instead of 'bootstrap'
2020-12-01Separate CI job steps for debug and release buildsLKedward
2020-11-30Add --static flag back to binary releasesLKedward
2020-11-30Update CI.ymlLaurence Kedward
2020-11-30Update: CI to also test release versionLKedward
2020-11-21Update: README with executable permission text for binariesLKedward
2020-11-20Add: hashes to binary releasesLKedward
2020-11-20Update: naming of bootstrap binary releaseLKedward
2020-11-20Update: naming of binary releasesLKedward
2020-11-19Check release version on all platformsLKedward
2020-11-19Restrict github actions release triggersLKedward
2020-11-19Fix compile flags for release binariesLKedward
2020-11-18Update: binary release CILKedward
2020-11-18Compile release binaries staticallyLKedward
2020-11-18Move release workflow into existing CI to reuse build/test workflowLKedward
2020-09-21Fix CI with su in ubuntuLaurence Kedward
2020-09-21Use pre-installed haskell stackLaurence Kedward
Copy fpm to /usr/local/bin on ubuntu
2020-09-21Update: CI workflow with new stack urlsLKedward
Download stack from github releases page.
2020-09-12Update: CI with caching of stack files.LKedward
To speedup build of Haskell fpm.
2020-07-21CI: Execute the bat file without "call"Ondřej Čertík
2020-07-21CI: Use the correct condition on WindowsOndřej Čertík
2020-07-21Use \ on WindowsOndřej Čertík
2020-07-21Extract the CI tests into a Bash and Batch filesOndřej Čertík
2020-07-21Test hello_world at the CIOndřej Čertík
2020-07-21Test `fpm build`Ondřej Čertík
2020-07-21Put fpm to PATH on WindowsOndřej Čertík
2020-07-21CI: put fpm to $PATH on macOSOndřej Čertík
2020-07-21CI: build and run the Fortran based fpmOndřej Čertík
2020-07-21Update CIOndřej Čertík
2020-07-21Install gfortran on macOSOndřej Čertík
2020-07-21Create the missing `bin` directoryOndřej Čertík
2020-07-21Use a more stable url to download HaskellOndřej Čertík
2020-07-21Install Haskell on macOSOndřej Čertík
2020-02-25CI: use PowerShell to download StackOndřej Čertík
2020-02-25CI: Use "||" instead of "or"Ondřej Čertík
2020-02-25CI: Install Haskell on Windows manuallyOndřej Čertík
2020-02-25CI: Install Haskell instead of RustBrad Richardson
2020-02-20CI: Do not install GFortran (already present)Ondřej Čertík
2020-01-27Remove the workaround for #16Ondřej Čertík
2020-01-25Install cmake using a binaryOndřej Čertík
2020-01-25Do not install PythonOndřej Čertík
2020-01-25Install cmake using apt-getOndřej Čertík
2020-01-17Print the full Rust stacktrace on errorOndřej Čertík