Skip to content

Commit 71b2b80

Browse files
committed
Remove manual make jobs from CI
1 parent d13968b commit 71b2b80

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
- os: ubuntu-latest
2727
gcc_v: 10
2828
build: cmake-inline
29-
- os: ubuntu-latest
30-
gcc_v: 10
31-
build: make
3229
env:
3330
FC: gfortran-${{ matrix.gcc_v }}
3431
CC: gcc-${{ matrix.gcc_v }}
@@ -95,15 +92,6 @@ jobs:
9592
if: ${{ contains(matrix.build, 'cmake') }}
9693
run: cmake --install ${{ env.BUILD_DIR }}
9794

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-
10795
intel-build:
10896
runs-on: ${{ matrix.os }}
10997
strategy:

0 commit comments

Comments
 (0)