Skip to content

Commit

Permalink
mac test #12
Browse files Browse the repository at this point in the history
  • Loading branch information
fventuri committed Jun 9, 2024
1 parent ff0a106 commit ab76480
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cd build
cmake ..
make
- name: Check things
- name: Check things before install
run: |
otool -L build/python/sdrplay3/bindings/sdrplay3_python.cpython-312-darwin.so
echo '--------------------------------------'
Expand All @@ -44,3 +44,10 @@ jobs:
otool -L build/lib/libgnuradio-sdrplay3.g*.dylib
echo '--------------------------------------'
otool -l build/lib/libgnuradio-sdrplay3.g*.dylib | grep -B1 -A4 LC_RPATH
- name: Install
run: |
cd build
sudo make install
- name: Check things after install
run: |
python -c 'from gnuradio import sdrplay3'

0 comments on commit ab76480

Please sign in to comment.