An open API service indexing awesome lists of open source software.

https://github.com/ohno/fortran-ci

Minimal Examples for Running CI in Fortran
https://github.com/ohno/fortran-ci

ci fortran

Last synced: 4 months ago
JSON representation

Minimal Examples for Running CI in Fortran

Awesome Lists containing this project

README

          

# Fortran-CI

[![Build Status](https://github.com/ohno/Fortran-CI/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/ohno/Fortran-CI/actions/workflows/ci.yml?query=branch%3Amain)

## hello.f90

Source Code
https://github.com/ohno/Fortran-CI/blob/6bab1eda9893c01525b3e70debef22fbb1571844/src/hello.f90#L1-L3

Test Code & CI Workflow
https://github.com/ohno/Fortran-CI/blob/6bab1eda9893c01525b3e70debef22fbb1571844/.github/workflows/ci.yml#L34-L48

## add.f90

Source Code
https://github.com/ohno/Fortran-CI/blob/6bab1eda9893c01525b3e70debef22fbb1571844/src/add.f90#L1-L5

Test Code

https://github.com/ohno/Fortran-CI/blob/6bab1eda9893c01525b3e70debef22fbb1571844/test/add.f90#L1-L20

CI Workflow
https://github.com/ohno/Fortran-CI/blob/6bab1eda9893c01525b3e70debef22fbb1571844/.github/workflows/ci.yml#L50-L56