|
13 | 13 | fail-fast: false
|
14 | 14 | matrix:
|
15 | 15 | os: [ubuntu-latest]
|
16 |
| - gcc_v: [9] # Version of GFortran we want to use. |
17 |
| - python-version: [3.6] |
| 16 | + gcc_v: [8,9,10] # Version of GFortran we want to use. |
| 17 | + python-version: [3.7] |
18 | 18 | env:
|
19 | 19 | FC: gfortran-${{matrix.gcc_v}}
|
20 | 20 | GCC_V: ${{matrix.gcc_v}}
|
@@ -53,31 +53,30 @@ jobs:
|
53 | 53 | --slave /usr/bin/gfortran gfortran /usr/bin/gfortran-${GCC_V} \
|
54 | 54 | --slave /usr/bin/gcov gcov /usr/bin/gcov-${GCC_V}
|
55 | 55 |
|
56 |
| - - name: Compile_with_build_mkdocs |
57 |
| - if: matrix.gcc_v == 9 |
58 |
| - run: | |
59 |
| - # GFORTRAN=gfortran-${{matrix.gcc_v}} |
60 |
| - # GCOV=gcov-${{matrix.gcc_v}} |
61 |
| - # alias gcov=$GCOV |
62 |
| - gfortran --version |
63 |
| - gcov --version |
64 |
| - # build with build.sh, make documentation, run unit tests |
65 |
| - # and perform coverage analysis |
66 |
| - ./build.sh --coverage --skip-documentation |
67 |
| - ./build.sh --coverage --enable-unicode" |
68 |
| - CODE_COVERAGE="yes" |
69 |
| - DEPLOY_DOCUMENTATION="yes" |
70 |
| -
|
71 |
| - # - name: Compile_with_build |
| 56 | + # - name: Compile_with_build_mkdocs |
72 | 57 | # if: matrix.gcc_v == 9
|
73 | 58 | # 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" |
| 59 | + # # GFORTRAN=gfortran-${{matrix.gcc_v}} |
| 60 | + # # GCOV=gcov-${{matrix.gcc_v}} |
| 61 | + # # alias gcov=$GCOV |
| 62 | + # gfortran --version |
| 63 | + # gcov --version |
| 64 | + # # build with build.sh, make documentation, run unit tests |
| 65 | + # # and perform coverage analysis |
| 66 | + # ./build.sh --coverage --skip-documentation |
| 67 | + # ./build.sh --coverage --enable-unicode" |
| 68 | + # CODE_COVERAGE="yes" |
| 69 | + # DEPLOY_DOCUMENTATION="yes" |
| 70 | + |
| 71 | + - name: Compile_with_build |
| 72 | + run: | |
| 73 | + GFORTRAN=gfortran-${{matrix.gcc_v}} |
| 74 | + GCOV=gcov-${{matrix.gcc_v}} |
| 75 | + # build with build.sh, run unit tests |
| 76 | + ./build.sh --skip-documentation |
| 77 | + ./build.sh --skip-documentation --enable-unicode |
| 78 | + CODE_COVERAGE="no" |
| 79 | + DEPLOY_DOCUMENTATION="no" |
81 | 80 |
|
82 | 81 | - name: Compile_with_cmake
|
83 | 82 | if: matrix.gcc_v == 9
|
|
0 commit comments