File tree Expand file tree Collapse file tree 3 files changed +1012
-294
lines changed Expand file tree Collapse file tree 3 files changed +1012
-294
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ matrix:
21
21
script :
22
22
- rm -f make.inc
23
23
- cp make.inc.example make.inc
24
- - make -s -j2 all
24
+ - make FFLAGS="-fimplicit-none -frecursive -fcheck=all" -s -j2 all
25
25
- make -j2 lapack_install
26
26
- os : linux
27
27
name : " CMake Coverage Test on Linux"
@@ -40,7 +40,7 @@ matrix:
40
40
script :
41
41
- rm -f make.inc
42
42
- cp make.inc.example make.inc
43
- - make -s -j2 all
43
+ - make FFLAGS="-fimplicit-none -frecursive -fcheck=all" -s -j2 all
44
44
- make -j2 lapack_install
45
45
46
46
before_script :
@@ -63,7 +63,8 @@ script:
63
63
-DLAPACKE:BOOL=ON
64
64
-DBUILD_TESTING=ON
65
65
-DLAPACKE_WITH_TMG:BOOL=ON
66
- -DCMAKE_Fortran_FLAGS:STRING="-fimplicit-none -frecursive"
66
+ -DCMAKE_Fortran_FLAGS:STRING="-fimplicit-none -frecursive -fcheck=all"
67
+ -DCMAKE_C_FLAGS=${CMAKE_C_FLAGS}
67
68
${SRC_DIR}
68
69
- ctest -D ExperimentalStart
69
70
- ctest -D ExperimentalConfigure
You can’t perform that action at this time.
0 commit comments