mirror of
https://github.com/serge1/ELFIO.git
synced 2025-03-14 13:21:16 +00:00
Update c-cpp.yml
This commit is contained in:
parent
320e33b0f7
commit
99221972cf
5
.github/workflows/c-cpp.yml
vendored
5
.github/workflows/c-cpp.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user