Skip to content

Commit

Permalink
Add Airspy drivers to Windows release
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Mar 20, 2024
1 parent 05dae44 commit d6317c6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,22 @@ jobs:
-DINSTALL_UDEV_RULES=OFF
cmake --build build
cmake --install build
- name: Clone and build airspyone_host
working-directory: ${{ runner.temp }}
run: |
git clone https://github.com/airspy/airspyone_host.git
cd airspyone_host
cmake -S . -B build -G "MinGW Makefiles"
cmake --build build
cmake --install build
- name: Clone and build airspyhf
working-directory: ${{ runner.temp }}
run: |
git clone https://github.com/airspy/airspyhf.git
cd airspyhf
cmake -S . -B build -G "MSYS Makefiles"
cmake --build build
cmake --install build
- name: Clone and build gr-osmosdr
working-directory: ${{ runner.temp }}
run: |
Expand Down

0 comments on commit d6317c6

Please sign in to comment.