Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Copy fpm to /usr/local/bin on ubuntu
|
|
Download stack from github releases page.
|
|
To speedup build of Haskell fpm.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is a workaround for #16. It turns out that if the executable fails
to run, just rerunning all tests typically fixes it.
|
|
Use "cargo test" instead.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|