Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-25 | Update: Windows CI to use gfortran 9 from winlibs. | Laurence Kedward | |
2021-11-23 | Bump bootstrap fpm version to 0.3.0 | Laurence Kedward | |
2021-11-21 | Add: files and workflow to make installer on release. (#616) | Laurence Kedward | |
2021-11-02 | Update upload pattern | Sebastian Ehlert | |
2021-11-02 | Fix incorrect pattern matching | Sebastian Ehlert | |
2021-11-02 | Add workflow for continuous delivery (#569) | Sebastian Ehlert | |
2021-09-15 | Separate upload stage in CI testing (#564) | Sebastian Ehlert | |
2021-09-13 | Add workflow to create source releases (#563) | Sebastian Ehlert | |
- add release workflow to generate source archives - add workflow and script to automatically create single source file | |||
2021-09-08 | Default branch renaming aftermath (#565) | Sebastian Ehlert | |
2021-09-08 | Add issue templates (#558) | Sebastian Ehlert | |
Co-authored-by: Carlos Une <brocolis@eml.cc> | |||
2021-03-31 | Phase 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-31 | Split workflow for Haskell and Fortran fpm (#419) | Sebastian Ehlert | |
2020-12-09 | Update: naming of release binaries | LKedward | |
Remove 'v' prefix to version. Use 'haskell' instead of 'bootstrap' | |||
2020-12-01 | Separate CI job steps for debug and release builds | LKedward | |
2020-11-30 | Add --static flag back to binary releases | LKedward | |
2020-11-30 | Update CI.yml | Laurence Kedward | |
2020-11-30 | Update: CI to also test release version | LKedward | |
2020-11-21 | Update: README with executable permission text for binaries | LKedward | |
2020-11-20 | Add: hashes to binary releases | LKedward | |
2020-11-20 | Update: naming of bootstrap binary release | LKedward | |
2020-11-20 | Update: naming of binary releases | LKedward | |
2020-11-19 | Check release version on all platforms | LKedward | |
2020-11-19 | Restrict github actions release triggers | LKedward | |
2020-11-19 | Fix compile flags for release binaries | LKedward | |
2020-11-18 | Update: binary release CI | LKedward | |
2020-11-18 | Compile release binaries statically | LKedward | |
2020-11-18 | Move release workflow into existing CI to reuse build/test workflow | LKedward | |
2020-11-18 | Fix: binary_release ci | LKedward | |
2020-11-18 | Add: CI to upload binaries on release | LKedward | |
2020-11-16 | Fix docs CI failing #240 | Ian Giestas Pauli | |
I didn't found any `set-env` command in the JamesIves repo, so maybe bumping the version fixes the issue. | |||
2020-11-14 | Add workflow to build and deploy documentation (#237) | Sebastian Ehlert | |
2020-09-21 | Fix CI with su in ubuntu | Laurence Kedward | |
2020-09-21 | Use pre-installed haskell stack | Laurence Kedward | |
Copy fpm to /usr/local/bin on ubuntu | |||
2020-09-21 | Update: CI workflow with new stack urls | LKedward | |
Download stack from github releases page. | |||
2020-09-12 | Update: CI with caching of stack files. | LKedward | |
To speedup build of Haskell fpm. | |||
2020-07-21 | CI: Execute the bat file without "call" | Ondřej Čertík | |
2020-07-21 | CI: Use the correct condition on Windows | Ondřej Čertík | |
2020-07-21 | Use \ on Windows | Ondřej Čertík | |
2020-07-21 | Extract the CI tests into a Bash and Batch files | Ondřej Čertík | |
2020-07-21 | Test hello_world at the CI | Ondřej Čertík | |
2020-07-21 | Test `fpm build` | Ondřej Čertík | |
2020-07-21 | Put fpm to PATH on Windows | Ondřej Čertík | |
2020-07-21 | CI: put fpm to $PATH on macOS | Ondřej Čertík | |
2020-07-21 | CI: build and run the Fortran based fpm | Ondřej Čertík | |
2020-07-21 | Update CI | Ondřej Čertík | |
2020-07-21 | Install gfortran on macOS | Ondřej Čertík | |
2020-07-21 | Create the missing `bin` directory | Ondřej Čertík | |
2020-07-21 | Use a more stable url to download Haskell | Ondřej Čertík | |
2020-07-21 | Install Haskell on macOS | Ondřej Čertík | |
2020-02-25 | CI: use PowerShell to download Stack | Ondřej Čertík | |