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
/
ci
/
run_tests.sh
Age
Commit message (
Expand
)
Author
2022-01-10
Respect user provided main-files (#646)
Sebastian Ehlert
2021-06-20
Allow reading version number from file
Sebastian Ehlert
2021-06-03
Only test changing directories for one package
Sebastian Ehlert
2021-05-27
Allow fpm to change the working directory
Sebastian Ehlert
2021-03-31
Split workflow for Haskell and Fortran fpm (#419)
Sebastian Ehlert
2021-03-22
Merge branch 'master' into include-dir
Laurence Kedward
2021-03-18
Don't use explicit paths to targets in CI tests
Sebastian Ehlert
2021-03-07
Add: example packages for include directories
LKedward
2020-12-18
Merge pull request #307 from LKedward/fix-object-collision
Laurence Kedward
2020-12-16
Fix: collision between app and example executables of the same name
LKedward
2020-12-10
Let fpm install itself on CI-runs
Sebastian Ehlert
2020-12-10
Implement example applications in Fortran fpm
Sebastian Ehlert
2020-12-05
Update tests: to include run and test commands
LKedward
2020-11-30
Update: CI to also test release version
LKedward
2020-11-13
Allow external link dependencies with scope limited to targets
Sebastian Ehlert
2020-11-13
Add package with external dependency
Sebastian Ehlert
2020-10-28
Merge branch 'master' into compiler_and_flags
Brad Richardson
2020-10-28
Merge pull request #204 from urbanjost/more_issues_for_new
Laurence Kedward
2020-10-28
Fix Linux/MacOS CI script
Brad Richardson
2020-10-22
Fix CI scripts
Brad Richardson
2020-10-22
Merge branch 'master' into bootstrap_submodule_support
Brad Richardson
2020-10-17
change test scripts in ci/ to remove scratch directories for new-test
init current directory[i]
2020-10-14
Fix CI scripts (for real this time)
Brad Richardson
2020-10-14
Fix CI after moving example packages
Brad Richardson
2020-10-03
Merge remote-tracking branch 'upstream/master' into local-depends
LKedward
2020-09-29
Add: test package with auto-discovery disabled
LKedward
2020-09-28
Add: circular_example demo to fpm CI scripts
LKedward
2020-09-28
Enable fpm CI tests for local path dependency demos
LKedward
2020-09-26
Add: example package with program discovery
LKedward
2020-09-19
Add: example package with single source program and module
LKedward
2020-09-18
Add: example package with submodules
LKedward
2020-09-18
Add: example package with c code compilation
LKedward
2020-09-07
Update: test scripts for fortran fpm
LKedward
2020-09-05
Merge remote-tracking branch 'awvwgk/fortran-impl' into dependencies-merge
LKedward
2020-09-03
Add unit tests for fpm-fortran
Sebastian Ehlert
2020-09-02
Update: fortran fpm test script.
LKedward
2020-07-31
Fix the CI scripts
Brad Richardson
2020-07-31
Don't have fpm try to build itself
Brad Richardson
2020-07-22
Execute the newly built fpm
Ondřej Čertík
2020-07-21
Run hello_world
Ondřej Čertík
2020-07-21
Extract the CI tests into a Bash and Batch files
Ondřej Čertík