Skip to content

Commit

Permalink
mac test #3
Browse files Browse the repository at this point in the history
  • Loading branch information
fventuri committed Jun 9, 2024
1 parent cc7e474 commit 5d28abb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: CI
on: push

env:
MACPORTS_DOWNLOADS: 'https://github.com/macports/macports-base/releases/download/v2.9.3'
SDRPLAY_SOFTWARE_DOWNLOADS: 'https://www.sdrplay.com/software'

jobs:
Expand All @@ -13,7 +14,12 @@ jobs:
- name: Check MacOS version
run: sw_vers
- name: Install GNU Radio
run: sudo port install gnuradio
env:
MACPORTS_SONOMA_PKG: MacPorts-2.9.3-14-Sonoma.pkg
run: |
curl -s -S -O "$MACPORTS_DOWNLOADS/$MACPORTS_SONOMA_PKG"
sudo installer -pkg "$MACPORTS_SONOMA_PKG" -target /
sudo port install gnuradio
- name: Install SDRplay API 3.X
env:
SDRPLAY_API_FILE_MACOS: SDRplayAPI-macos-installer-universal-3.15.0.pkg
Expand Down

0 comments on commit 5d28abb

Please sign in to comment.