Skip to content

Commit

Permalink
ci/build: build baresip-apps
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiel1 committed Apr 3, 2024
1 parent 5b2d220 commit c794f7f
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ jobs:
repo: https://github.com/baresip/re
secret: ${{ secrets.GITHUB_TOKEN }}

- uses: sreimers/[email protected]
with:
name: baresip-apps
repo: https://github.com/baresip/baresip-apps
secret: ${{ secrets.GITHUB_TOKEN }}

- name: make re
run: |
cmake -S re -B re/build
Expand All @@ -115,15 +121,17 @@ jobs:
if: ${{ runner.os == 'Linux' }}
run: sudo ldconfig

- name: make baresip linux
if: ${{ runner.os == 'Linux' }}
- name: make baresip
run: |
cmake -B build -DCMAKE_C_FLAGS="-Werror" && cmake --build build -j
- name: make baresip macOS
if: ${{ runner.os == 'macOS' }}
- name: make baresip-apps
run: |
cmake -B build -DCMAKE_C_FLAGS="-Werror" && cmake --build build -j
mv $p ../.
cmake -S ../$p -B ../$p/build
cmake --build ../$p/build -j
env:
p: baresip-apps

- name: baresip static
if: ${{ matrix.os == 'ubuntu-22.04' }}
Expand Down

0 comments on commit c794f7f

Please sign in to comment.