Skip to content

Commit

Permalink
Added FORTRAN testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jrg94 authored Apr 2, 2019
1 parent 66ad16c commit ccf19b8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions archive/f/fortran/testinfo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
folder:
extension: ".f95"
naming: "hyphen"

container:
image: "gcc"
tag: "8.3"
build: "gfortran -o {{ source.name }} {{ source.name }}{{ source.extension }}"
cmd: "./{{ source.name }}"

0 comments on commit ccf19b8

Please sign in to comment.