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 6f2bbc0
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 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,16 @@ 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
cp -r baresip ../.
- name: make baresip macOS
if: ${{ runner.os == 'macOS' }}
- name: make baresip-apps
run: |
cmake -B build -DCMAKE_C_FLAGS="-Werror" && cmake --build build -j
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 6f2bbc0

Please sign in to comment.