index
:
fpm
master
A friendly, barely modified fork of fortran-lang.org's package manager
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.github
/
workflows
Age
Commit message (
Expand
)
Author
2020-11-18
Add: CI to upload binaries on release
LKedward
2020-11-16
Fix docs CI failing #240
Ian Giestas Pauli
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
2020-09-21
Update: CI workflow with new stack urls
LKedward
2020-09-12
Update: CI with caching of stack files.
LKedward
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
2020-01-14
Remove manual tests
Ondřej Čertík
2020-01-14
Run tests in serial
Ondřej Čertík
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
2020-01-14
Set PATH only once
Ondřej Čertík
2020-01-14
Test on Windows
Ondřej Čertík
2020-01-14
Refactor the CI.yml
Ondřej Čertík
2020-01-13
Put Cargo in PATH in all relevant sections
Ondřej Čertík
2020-01-13
Put Cargo in PATH and test it
Ondřej Čertík
2020-01-13
Install Rust on macOS
Ondřej Čertík
2020-01-13
Build and run Rust tests
Ondřej Čertík
2020-01-13
Add GitHub CI
Ondřej Čertík