We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13968b commit 71b2b80Copy full SHA for 71b2b80
.github/workflows/CI.yml
@@ -26,9 +26,6 @@ jobs:
26
- os: ubuntu-latest
27
gcc_v: 10
28
build: cmake-inline
29
- - os: ubuntu-latest
30
- gcc_v: 10
31
- build: make
32
env:
33
FC: gfortran-${{ matrix.gcc_v }}
34
CC: gcc-${{ matrix.gcc_v }}
@@ -95,15 +92,6 @@ jobs:
95
92
if: ${{ contains(matrix.build, 'cmake') }}
96
93
run: cmake --install ${{ env.BUILD_DIR }}
97
94
98
- - name: Test manual makefiles
99
- if: ${{ matrix.build == 'make' }}
100
- run: |
101
- make -f Makefile.manual -j
102
- make -f Makefile.manual test
103
- make -f Makefile.manual clean
104
- env:
105
- ADD_FYPPFLAGS: "-DMAXRANK=4"
106
-
107
intel-build:
108
runs-on: ${{ matrix.os }}
109
strategy:
0 commit comments