Skip to content

Commit

Permalink
Merge pull request #12139 from acolombier/chore/allow-switch-between-…
Browse files Browse the repository at this point in the history
…legacy-qml

Allow switching between legacy and new QML UI with command arg
  • Loading branch information
daschuer authored Nov 2, 2023
2 parents 5582536 + c45bb4b commit c781980
Show file tree
Hide file tree
Showing 25 changed files with 518 additions and 524 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,6 @@ jobs:
matrix:
include:
- name: Ubuntu 22.04
os: ubuntu-22.04
cmake_args: >-
-DQT6=ON
-DBULK=ON
-DFFMPEG=ON
-DLOCALECOMPARE=ON
-DMAD=ON
-DMODPLUG=ON
-DWAVPACK=ON
-DINSTALL_USER_UDEV_RULES=OFF
ctest_args: []
compiler_cache: ccache
compiler_cache_path: ~/.ccache
cpack_generator: DEB
buildenv_basepath: /home/runner/buildenv.sh
buildenv_script: tools/debian_buildenv.sh
artifacts_name: Ubuntu 22.04 DEB
artifacts_path: build/*.deb
artifacts_slug: ubuntu-jammy
qt_qpa_platform: offscreen
- name: Ubuntu 22.04 (QML)
os: ubuntu-22.04
cmake_args: >-
-DQT6=ON
Expand Down
Loading

0 comments on commit c781980

Please sign in to comment.