aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/CI.yml
AgeCommit message (Collapse)Author
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
2020-01-17Add a link to the issueOndřej Čertík
2020-01-17macOS: repeat the test up to 2x if it failsOndř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-14Remove manual testsOndřej Čertík
Use "cargo test" instead.
2020-01-14Run tests in serialOndř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-14Print Rust stacktrace when error happensOndřej Čertík
2020-01-14Rewrite the conditionOndřej Čertík
2020-01-14Install Rust using an actionOndřej Čertík
2020-01-14Install Rust on WindowsOndřej Čertík
2020-01-14Set PATH only onceOndřej Čertík
2020-01-14Test on WindowsOndřej Čertík