Skip to content

Commit

Permalink
CI debug 5
Browse files Browse the repository at this point in the history
  • Loading branch information
cropinghigh committed May 8, 2024
1 parent d94ae93 commit a596d7a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Unpack SDR++ source and core lib
run: 'mkdir sdrpp_lib && tar -zxvf nightly.tar.gz -C sdrpp_lib && dpkg-deb -xv sdrpp_debian_sid_amd64.deb ./sdrpp_lib && cp ./.github/workflows/sdrpp_module_hack.cmake ./ && pwd && ls -lah && ls -lah sdrpp_lib'
- name: Download libosmocore
working-directory: ./libosmocore
uses: actions/checkout@v4
with:
name: 'osmocom/libosmocore'
- name: Build libosmocore
run: 'cd libosmocore && ./configure && make -j4'
- name: Cmake
run: 'mkdir build && cd build && ls -lah .. && cmake .. -DSDRPP_MODULE_CMAKE="$GITHUB_WORKSPACE/sdrpp_module_hack.cmake"'
- name: Download ETSI codec
Expand Down

0 comments on commit a596d7a

Please sign in to comment.