Skip to content

Commit

Permalink
More cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Nov 20, 2024
1 parent 99c120d commit eded776
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 20 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/cmake-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
pip3 install torch torchaudio --index-url https://download.pytorch.org/whl/cpu
pip3 install matplotlib
#- name: Build freedv-gui using PortAudio
# shell: bash
# working-directory: ${{github.workspace}}
# run: |
# . ./rade-venv/bin/activate
# UT_ENABLE=1 ./build_linux.sh portaudio
- name: Build freedv-gui using PortAudio
shell: bash
working-directory: ${{github.workspace}}
run: |
. ./rade-venv/bin/activate
UT_ENABLE=1 ./build_linux.sh portaudio
- name: Build freedv-gui using PulseAudio
shell: bash
Expand All @@ -67,20 +67,12 @@ jobs:
mkdir -p $XDG_RUNTIME_DIR
chmod 700 $XDG_RUNTIME_DIR
eval "$(dbus-launch --sh-syntax --exit-with-x11)"
#systemctl --user --now enable wireplumber pipewire pipewire-pulse
#export PIPEWIRE_DEBUG=I
#export WIREPLUMBER_DEBUG=I
pipewire &
pipewire-pulse &
wireplumber &
#sleep 5
#pactl info
#wpctl status
metacity --sm-disable --replace &
sleep 5
ln -s ${{github.workspace}}/build_linux/rade_src/model19_check3 model19_check3
. ../rade-venv/bin/activate
PYTHONPATH=${{github.workspace}}/build_linux/rade_src:$PYTHONPATH ctest -V
#journalctl -xe | grep pipewire
#journalctl -xe | grep wireplumber
5 changes: 0 additions & 5 deletions .github/workflows/cmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,6 @@ jobs:

- uses: ilammy/msvc-dev-cmd@v1

#- name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# with:
# detached: true

- name: Install FreeDV on hard drive
shell: pwsh
run: |
Expand Down
2 changes: 1 addition & 1 deletion cmake/Buildportaudio-2.0.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#set(BUILD_SHARED_LIBS OFF CACHE STRING "Disable shared libraries for portaudio")
set(PA_ENABLE_DEBUG_OUTPUT ON CACHE STRING "Enable debug output")
#set(PA_ENABLE_DEBUG_OUTPUT ON CACHE STRING "Enable debug output")

include(FetchContent)
FetchContent_Declare(
Expand Down

0 comments on commit eded776

Please sign in to comment.