mirror of
https://github.com/serge1/ELFIO.git
synced 2024-12-27 12:17:28 +00:00
Update c-cpp.yml
This commit is contained in:
parent
d558ebc9ca
commit
2775fb22d6
30
.github/workflows/c-cpp.yml
vendored
30
.github/workflows/c-cpp.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user