Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-02-25 | CI: Use "||" instead of "or" | Ondřej Čertík | |
2020-02-25 | CI: Install Haskell on Windows manually | Ondřej Čertík | |
2020-02-25 | CI: Install Haskell instead of Rust | Brad Richardson | |
2020-02-20 | CI: Do not install GFortran (already present) | Ondřej Čertík | |
2020-01-27 | Remove the workaround for #16 | Ondřej Čertík | |
2020-01-25 | Install cmake using a binary | Ondřej Čertík | |
2020-01-25 | Do not install Python | Ondřej Čertík | |
2020-01-25 | Install cmake using apt-get | Ondřej Čertík | |
2020-01-17 | Print the full Rust stacktrace on error | Ondřej Čertík | |
2020-01-17 | Add a link to the issue | Ondřej Čertík | |
2020-01-17 | macOS: repeat the test up to 2x if it fails | Ondřej Čertík | |
This is a workaround for #16. It turns out that if the executable fails to run, just rerunning all tests typically fixes it. | |||
2020-01-14 | Remove manual tests | Ondřej Čertík | |
Use "cargo test" instead. | |||
2020-01-14 | Run tests in serial | Ondřej Čertík | |
This fixes an issue on macOS where sometimes the CI seems to kill `fpm`, probably due to having too many parallel processes at the same time. | |||
2020-01-14 | Print Rust stacktrace when error happens | Ondřej Čertík | |
2020-01-14 | Rewrite the condition | Ondřej Čertík | |
2020-01-14 | Install Rust using an action | Ondřej Čertík | |
2020-01-14 | Install Rust on Windows | Ondřej Čertík | |