aboutsummaryrefslogtreecommitdiff
path: root/ci
AgeCommit message (Collapse)Author
2022-01-10Respect user provided main-files (#646)Sebastian Ehlert
- add example package for C-main
2021-11-21Add: files and workflow to make installer on release. (#616)Laurence Kedward
2021-09-13Add workflow to create source releases (#563)Sebastian Ehlert
- add release workflow to generate source archives - add workflow and script to automatically create single source file
2021-06-20Allow reading version number from fileSebastian Ehlert
2021-06-03Only test changing directories for one packageSebastian Ehlert
2021-05-27Allow fpm to change the working directorySebastian Ehlert
2021-03-31Split workflow for Haskell and Fortran fpm (#419)Sebastian Ehlert
2021-03-22Merge branch 'master' into include-dirLaurence Kedward
2021-03-18Don't use explicit paths to targets in CI testsSebastian Ehlert
2021-03-07Add: example packages for include directoriesLKedward
2020-12-18Merge pull request #307 from LKedward/fix-object-collisionLaurence Kedward
Fix: program object file collision
2020-12-16Fix: collision between app and example executables of the same nameLKedward
Use a separate example subdirectory in 'build' to store example executables.
2020-12-10Let fpm install itself on CI-runsSebastian Ehlert
2020-12-10Implement example applications in Fortran fpmSebastian Ehlert
2020-12-05Update tests: to include run and test commandsLKedward
2020-11-30Update: CI to also test release versionLKedward
2020-11-13Allow external link dependencies with scope limited to targetsSebastian Ehlert
- move reader for string list to toml-f proxy - allow link entry in executable and test tables - bump toml-f version to v0.2.1 - add example package linking a single executable against gomp
2020-11-13Add package with external dependencySebastian Ehlert
- BLAS is installed on the OSX and Linux image, but not on Windows
2020-10-28Merge branch 'master' into compiler_and_flagsBrad Richardson
2020-10-28Fix Windows CI scriptBrad Richardson
2020-10-28Merge pull request #204 from urbanjost/more_issues_for_newLaurence Kedward
More issues for new
2020-10-28Fix Linux/MacOS CI scriptBrad Richardson
2020-10-22Fix CI scriptsBrad Richardson
2020-10-22Merge branch 'master' into bootstrap_submodule_supportBrad Richardson
2020-10-17change test scripts in ci/ to remove scratch directories for new-testinit current directory[i]
2020-10-14Fix CI scripts (for real this time)Brad Richardson
2020-10-14Fix CI after moving example packagesBrad Richardson
2020-10-03Merge remote-tracking branch 'upstream/master' into local-dependsLKedward
2020-09-29Add: test package with auto-discovery disabledLKedward
Contains an app and a test that should be ignored by auto-discovery - this is checked in the CI scripts.
2020-09-28Add: circular_example demo to fpm CI scriptsLKedward
Now supported with local dev-dependencies
2020-09-28Enable fpm CI tests for local path dependency demosLKedward
2020-09-26Add: example package with program discoveryLKedward
2020-09-19Add: example package with single source program and moduleLKedward
2020-09-18Add: example package with submodulesLKedward
2020-09-18Add: example package with c code compilationLKedward
2020-09-07Update: test scripts for fortran fpmLKedward
Fortran fpm can now build 'hello_complex' example
2020-09-05Merge remote-tracking branch 'awvwgk/fortran-impl' into dependencies-mergeLKedward
2020-09-03Add unit tests for fpm-fortranSebastian Ehlert
2020-09-02Update: fortran fpm test script.LKedward
2020-07-31Fix the CI scriptsBrad Richardson
2020-07-31Don't have fpm try to build itselfBrad Richardson
2020-07-22Execute the newly built fpmOndřej Čertík
On all platforms.
2020-07-21Run hello_worldOndřej Čertík
2020-07-21Extract the CI tests into a Bash and Batch filesOndřej Čertík
2020-02-25Move old stuff to archive folderBrad Richardson
2020-01-25Install cmake using a binaryOndřej Čertík