Skip to content

Commit

Permalink
github/ci: adding step to build/install libfec
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaeddert committed Oct 7, 2021
1 parent 5ff5533 commit c86333f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,18 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Setup libfec
run: git clone https://github.com/jgaeddert/libfec.git && ./configure && make && sudo make install

- name: bootstrap
run: ./bootstrap.sh

- name: configure
run: ./configure

- name: make
run: make -j 2

- name: make check
run: make -j 2 check

0 comments on commit c86333f

Please sign in to comment.