Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github Actions : Add Windows CI #1325

Merged
merged 7 commits into from
Nov 29, 2023
Merged

Conversation

cozycactus
Copy link
Contributor

No description provided.

@argilo argilo added the feature label Nov 28, 2023
- name: Clone and Build GNU Radio
shell: msys2 {0}
run: |
git clone --recursive https://github.com/cozycactus/gnuradio.git
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I'll hold off merging this PR until gnuradio/gnuradio#6971 is merged. That will let us use the upstream GNU Radio.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should be able to switch this to upstream now.

I think --recursive can be removed as well, since GNU Radio doesn't have submodules anymore.

.github/workflows/ci.yml Outdated Show resolved Hide resolved
cd gnuradio
git checkout fixmingw64
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=C:/gqrx -G Ninja ..
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could perhaps speed this up by only building the components that Gqrx needs:

            -DENABLE_DEFAULT=False \
            -DENABLE_GNURADIO_RUNTIME=True \
            -DENABLE_GR_ANALOG=True \
            -DENABLE_GR_AUDIO=True \
            -DENABLE_GR_BLOCKS=True \
            -DENABLE_GR_DIGITAL=True \
            -DENABLE_GR_FFT=True \
            -DENABLE_GR_FILTER=True \
            -DENABLE_GR_NETWORK=True \

@argilo
Copy link
Member

argilo commented Nov 29, 2023

Thanks for this. I made a few improvements and will merge once CI is happy.

@argilo argilo merged commit b0f0ce4 into gqrx-sdr:master Nov 29, 2023
11 checks passed
@argilo argilo mentioned this pull request Dec 1, 2023
@argilo argilo added the windows label Dec 1, 2023
@cozycactus cozycactus deleted the cozycactus branch October 1, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants