Update c-cpp.yml

This commit is contained in:
Serge Lamikhov-Center 2020-08-24 22:09:40 +03:00 committed by GitHub
parent 320e33b0f7
commit 99221972cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,12 +14,15 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: configure
run: ./configure
run:
autoreconf -i -f
./configure
- name: make
run: make
- name: make tests
run:
cd tests
autoreconf -i -f
./cofigure
make
make check