13
13
fail-fast : false
14
14
matrix :
15
15
os : [ubuntu-latest]
16
- gcc_v : [7,8, 9] # Version of GFortran we want to use.
16
+ gcc_v : [9] # Version of GFortran we want to use.
17
17
python-version : [3.6]
18
18
env :
19
19
FC : gfortran-${{matrix.gcc_v}}
26
26
submodules : recursive
27
27
28
28
- name : Setup cmake
29
- if : contains( matrix.gcc_v, 7 )
29
+ if : contains( matrix.gcc_v, 9 )
30
30
31
31
with :
32
32
cmake-version : ' 3.19.x'
54
54
--slave /usr/bin/gcov gcov /usr/bin/gcov-${GCC_V}
55
55
56
56
- name : Compile_with_build_mkdocs
57
- if : matrix.gcc_v == 7
57
+ if : matrix.gcc_v == 9
58
58
run : |
59
59
# GFORTRAN=gfortran-${{matrix.gcc_v}}
60
60
# GCOV=gcov-${{matrix.gcc_v}}
@@ -68,16 +68,16 @@ jobs:
68
68
CODE_COVERAGE="yes"
69
69
DEPLOY_DOCUMENTATION="yes"
70
70
71
- - name : Compile_with_build
72
- if : matrix.gcc_v == 8
73
- run : |
74
- GFORTRAN=gfortran-${{matrix.gcc_v}}
75
- GCOV=gcov-${{matrix.gcc_v}}
76
- # build with build.sh, run unit tests
77
- ./build.sh --skip-documentation
78
- ./build.sh --skip-documentation --enable-unicode
79
- CODE_COVERAGE="no"
80
- DEPLOY_DOCUMENTATION="no"
71
+ # - name: Compile_with_build
72
+ # if: matrix.gcc_v == 9
73
+ # run: |
74
+ # GFORTRAN=gfortran-${{matrix.gcc_v}}
75
+ # GCOV=gcov-${{matrix.gcc_v}}
76
+ # # build with build.sh, run unit tests
77
+ # ./build.sh --skip-documentation
78
+ # ./build.sh --skip-documentation --enable-unicode
79
+ # CODE_COVERAGE="no"
80
+ # DEPLOY_DOCUMENTATION="no"
81
81
82
82
- name : Compile_with_cmake
83
83
if : matrix.gcc_v == 9
0 commit comments