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
b80c1d9f76
commit
35e068934b
18
.github/workflows/c-cpp.yml
vendored
18
.github/workflows/c-cpp.yml
vendored
@ -19,13 +19,17 @@ jobs:
|
||||
run: ./configure
|
||||
- name: make
|
||||
run: make
|
||||
- name: cd tests
|
||||
run: cd tests
|
||||
- name: autoreconf tests
|
||||
run: autoreconf -i -f
|
||||
- name: configure tests
|
||||
run: ./cofigure
|
||||
- name: make tests
|
||||
run:
|
||||
cd tests
|
||||
autoreconf -i -f
|
||||
./cofigure
|
||||
make
|
||||
make check
|
||||
cd ..
|
||||
run: make
|
||||
- name: make check for tests
|
||||
run: make check
|
||||
- name: return to root dir
|
||||
run: cd ..
|
||||
- name: make distcheck
|
||||
run: make distcheck
|
||||
|
Loading…
Reference in New Issue
Block a user