ci fortran: add case where buildtype=release and warning_level=3

this can find issues with non-default build options
pull/4325/head
Michael Hirsch, Ph.D 5 years ago committed by Jussi Pakkanen
parent 0bf8862beb
commit 9371965132
  1. 1
      test cases/fortran/20 buildtype/main.f90
  2. 5
      test cases/fortran/20 buildtype/meson.build

@ -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…
Cancel
Save