mirror of
https://github.com/serge1/ELFIO.git
synced 2024-12-26 18:15:40 +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:
|
||||
- uses: actions/checkout@v2
|
||||
- name: autoreconf
|
||||
run: autoreconf -i -f
|
||||
- name: configure
|
||||
run: ./configure
|
||||
- name: make
|
||||
run: make
|
||||
- name: cd tests
|
||||
run: cd tests
|
||||
- name: autoreconf tests
|
||||
run: autoreconf -i -f
|
||||
- name: configure tests
|
||||
run: ./configure
|
||||
- name: make tests
|
||||
run: make
|
||||
- name: make check for tests
|
||||
run: make check
|
||||
- name: return to root dir
|
||||
run: cd ..
|
||||
- name: compile and run examples
|
||||
run: |
|
||||
autoreconf -i -f
|
||||
./configure
|
||||
make
|
||||
- name: compile and run tests
|
||||
run: |
|
||||
cd tests
|
||||
autoreconf -i -f
|
||||
./configure
|
||||
make
|
||||
make check
|
||||
- name: make distcheck
|
||||
run: make distcheck
|
||||
|
Loading…
Reference in New Issue
Block a user