aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/CI.yml
AgeCommit message (Collapse)Author
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
2020-01-14Refactor the CI.ymlOndřej Čertík
2020-01-13Put Cargo in PATH in all relevant sectionsOndřej Čertík
2020-01-13Put Cargo in PATH and test itOndřej Čertík
2020-01-13Install Rust on macOSOndřej Čertík
2020-01-13Build and run Rust testsOndřej Čertík
2020-01-13Add GitHub CIOndřej Čertík