Skip to content

Commit 2d7a318

Browse files
committed
Merge branch 'makefiles'
2 parents 9ae490f + 06d131d commit 2d7a318

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,8 @@ jobs:
6666
cmake .
6767
cmake --build .
6868
cmake --build . --target test
69+
70+
- name: Test manual makefiles
71+
if: contains(matrix.os, 'ubuntu') && contains(matrix.gcc_v, '9')
72+
run: |
73+
make -f Makefile.manual

0 commit comments

Comments
 (0)