add ./configure step to action for automake branch

This commit is contained in:
Wolfgang Hommel
2020-04-10 13:27:51 +02:00
parent 1e25e1f042
commit 9498b2cacc

View File

@@ -20,6 +20,8 @@ jobs:
ref: automake
- name: init
run: sh ./build.sh init
- name: configure
run: ./configure
- name: make
run: make
- name: make test