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:
Reini Urban
2019-08-14 11:37:22 +02:00
committed by GitHub
parent 605718eb3d
commit 8ac773646a
+4 -2
View File
@@ -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