ci fortran: add case where buildtype=release and warning_level=3
this can find issues with non-default build options
This commit is contained in:
parent
0bf8862beb
commit
9371965132
|
@ -0,0 +1 @@
|
|||
end program
|
|
@ -0,0 +1,5 @@
|
|||
# checks for unexpected behavior on non-default buildtype and warning_level
|
||||
project('build type Fortran', 'fortran',
|
||||
default_options: ['buildtype=release', 'warning_level=3'])
|
||||
|
||||
executable('main', 'main.f90')
|
Loading…
Reference in New Issue