Skip to content

Commit

Permalink
Remove debian_buildenv.sh for Qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Jun 20, 2023
1 parent 12a5a46 commit 0269025
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 112 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
cmake \
-DCMAKE_BUILD_TYPE=Debug \
-DWARNINGS_FATAL=ON \
-DQT6=ON \
-DOPTIMIZE=off \
-DBATTERY=ON \
-DBROADCAST=ON \
Expand Down Expand Up @@ -65,6 +66,7 @@ jobs:
-DCMAKE_BUILD_TYPE=Debug \
-DCLANG_TIDY=clang-tidy \
-DWARNINGS_FATAL=ON \
-DQT6=ON \
-DBATTERY=ON \
-DBROADCAST=ON \
-DBULK=ON \
Expand All @@ -91,6 +93,7 @@ jobs:
cmake \
-DCMAKE_BUILD_TYPE=Debug \
-DOPTIMIZE=off \
-DQT6=ON \
-DCOVERAGE=ON \
-DWARNINGS_FATAL=OFF \
-DDEBUG_ASSERTIONS_FATAL=OFF \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
compiler_cache: ccache
compiler_cache_path: ~/.ccache
cpack_generator: DEB
buildenv_basepath: /home/runner/buildenv_qt6.sh
buildenv_basepath: /home/runner/buildenv.sh
buildenv_script: tools/debian_buildenv.sh
artifacts_name: Ubuntu 22.04 DEB
artifacts_path: build/*.deb
Expand All @@ -55,7 +55,7 @@ jobs:
compiler_cache_path: ~/.ccache
cpack_generator: DEB
buildenv_basepath: /home/runner/buildenv
buildenv_script: tools/debian_buildenv_qt6.sh
buildenv_script: tools/debian_buildenv.sh
artifacts_name: Ubuntu 22.04 Qt6 DEB
artifacts_path: build/*.deb
artifacts_slug: ubuntu-jammy
Expand Down
13 changes: 7 additions & 6 deletions tools/debian_buildenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ case "$1" in
libfaad-dev \
libfftw3-dev \
libflac-dev \
libgl1-mesa-dev \
libhidapi-dev \
libid3tag0-dev \
liblilv-dev \
Expand All @@ -65,10 +66,10 @@ case "$1" in
libopusfile-dev \
libportmidi-dev \
libprotobuf-dev \
libqt5opengl5-dev \
libqt5sql5-sqlite \
libqt5svg5-dev \
libqt5x11extras5-dev \
libqt6core5compat6-dev\
libqt6opengl6-dev \
libqt6sql6-sqlite \
libqt6svg6-dev \
librubberband-dev \
libshout-idjc-dev \
libsndfile1-dev \
Expand All @@ -84,8 +85,8 @@ case "$1" in
markdown \
portaudio19-dev \
protobuf-compiler \
qt5keychain-dev \
qtdeclarative5-dev \
qtkeychain-qt6-dev \
qt6-declarative-dev \
qml-module-qtquick-controls \
qml-module-qtquick-controls2 \
qml-module-qt-labs-qmlmodels \
Expand Down
104 changes: 0 additions & 104 deletions tools/debian_buildenv_qt6.sh

This file was deleted.

0 comments on commit 0269025

Please sign in to comment.