Update c-cpp.yml for configure/automake
make test is a perl'ism (and probably other), autotools use make check. add make distcheck
This commit is contained in:
+4
-2
@@ -13,5 +13,7 @@ jobs:
|
||||
run: ./configure
|
||||
- name: make
|
||||
run: make
|
||||
- name: make test
|
||||
run: make test
|
||||
- name: make check
|
||||
run: make check
|
||||
- name: make distcheck
|
||||
run: make distcheck
|
||||
|
||||
Reference in New Issue
Block a user