Skip to content

Commit

Permalink
Github: Add missing test for linux cmake builder
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoyt4 committed Jan 25, 2025
1 parent 617d948 commit a424a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-mythtv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
core_configure_cmd: 'cmake --preset qt5 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$GITHUB_WORKSPACE/build/install'
core_build_cmd: 'cmake --build build-qt5'
core_install_cmd: ''
core_test_cmd: ''
core_test_cmd: 'cmake --build build-qt5 -t MythTV-tests'
plugins_working_subdirectory: ''
plugins_configure_cmd: ''
plugins_build_cmd: ''
Expand Down

0 comments on commit a424a3e

Please sign in to comment.