Update c-cpp.yml

This commit is contained in:
Serge Lamikhov-Center 2020-08-25 08:32:05 -07:00 committed by GitHub
parent d558ebc9ca
commit 2775fb22d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,23 +13,17 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: autoreconf - name: compile and run examples
run: autoreconf -i -f run: |
- name: configure autoreconf -i -f
run: ./configure ./configure
- name: make make
run: make - name: compile and run tests
- name: cd tests run: |
run: cd tests cd tests
- name: autoreconf tests autoreconf -i -f
run: autoreconf -i -f ./configure
- name: configure tests make
run: ./configure make check
- name: make tests
run: make
- name: make check for tests
run: make check
- name: return to root dir
run: cd ..
- name: make distcheck - name: make distcheck
run: make distcheck run: make distcheck