Skip to content

Commit 05ee404

Browse files
authored
Merge pull request mixxxdj#16517 from mixxxdj/sync-branch-2.6-to-main
Merge changes from `2.6` into `main`
2 parents a171f1a + 3c10561 commit 05ee404

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

packaging/flatpak/org.mixxx.Mixxx.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,17 @@ modules:
6060
- modules/libdjinterop.yaml
6161
- name: mixxx
6262
buildsystem: cmake-ninja
63+
run-tests: true
64+
build-options:
65+
env:
66+
GTEST_COLOR: "1"
67+
CTEST_OUTPUT_ON_FAILURE: "1"
68+
CTEST_PARALLEL_LEVEL: "1"
6369
config-opts:
6470
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
6571
- -DINSTALL_USER_UDEV_RULES=OFF
6672
- -DBUILD_BENCH=OFF
67-
- -DBUILD_TESTING=OFF
73+
- -DBUILD_TESTING=ON
6874
sources:
6975
- type: dir
7076
path: ../../

0 commit comments

Comments
 (0)