aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-25CI: Install Haskell instead of RustBrad Richardson
2020-02-25Start with a new stack projectBrad Richardson
2020-02-25Move old stuff to archive folderBrad Richardson
2020-02-20Merge pull request #37 from certik/ciOndřej Čertík
CI: Do not install GFortran (already present)
2020-02-20CI: Do not install GFortran (already present)Ondřej Čertík
2020-02-20Simplify the codeOndřej Čertík
2020-02-20Reuse the FC env variable if presentOndřej Čertík
2020-01-27Merge pull request #26 from certik/targetOndřej Čertík
Build in a target directory
2020-01-27Use absolute path to p1Ondřej Čertík
2020-01-27Test "fpm run" in the same directory as fpm buildOndřej Čertík
2020-01-27Build in a target directoryOndřej Čertík
2020-01-27Merge pull request #30 from certik/cleanupOndřej Čertík
Cleanup the test program
2020-01-27Cleanup the test programOndřej Čertík
2020-01-27Merge pull request #29 from certik/sigkill_fixOndřej Čertík
Use Command::new() instead of Command::cargo_new()
2020-01-27Implement fpm_bin() with absolute pathOndřej Čertík
2020-01-27Remove the workaround for #16Ondřej Čertík
2020-01-27Use Command::new() instead of Command::cargo_new()Ondřej Čertík
This seems to actually fix the issue #16 as documented at: https://users.rust-lang.org/t/github-actions-randomly-kill-a-test-program/37255/6
2020-01-25Merge pull request #28 from certik/cargoOndřej Čertík
Add Cargo.lock
2020-01-25Add Cargo.lockOndřej Čertík
This is the recommended approach for an application.
2020-01-25Merge pull request #27 from certik/cmakeOndřej Čertík
Install cmake using a binary
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-18Merge pull request #23 from certik/target_dirOndřej Čertík
Implement --target-dir
2020-01-18Implement --target-dirOndřej Čertík
2020-01-18Merge pull request #22 from certik/tomlOndřej Čertík
Parse fpm.toml
2020-01-17Parse fpm.tomlOndřej Čertík
2020-01-17Merge pull request #21 from certik/stacktraceOndřej Čertík
Print the full Rust stacktrace on error
2020-01-17Print the full Rust stacktrace on errorOndřej Čertík
2020-01-17Merge pull request #20 from certik/macosOndřej Čertík
macOS: repeat the test up to 2x if it fails
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-15Merge pull request #18 from certik/successOndřej Čertík
Better reporting on terminated processes
2020-01-15Print stderr and stdoutOndřej Čertík
2020-01-15Fix a warning on WindowsOndřej Čertík
2020-01-15Let it compile on WindowsOndřej Čertík
2020-01-15Only import std::os::unix on UnixOndřej Čertík
2020-01-15Implement success2() as a methodOndřej Čertík
2020-01-15Extract the signal and report itOndřej Čertík
2020-01-15Add our own implementation of success()Ondřej Čertík
2020-01-15Merge pull request #15 from certik/testsOndřej Čertík
Remove manual tests
2020-01-14Remove manual testsOndřej Čertík
Use "cargo test" instead.
2020-01-14Merge pull request #13 from certik/test5Ondřej Čertík
Add Rust tests
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-14Add Rust testsOndřej Čertík
2020-01-14Merge pull request #10 from certik/tests2Ondřej Čertík
Prepare fpm to run on Windows using Rust tests
2020-01-14Print better output from testsOndřej Čertík
2020-01-14Construct the correct cmake call on WindowsOndřej Čertík
2020-01-14Replace \ to / (needed for Windows)Ondřej Čertík
2020-01-14Add test Rust dependenciesOndřej Čertík