Get rid of brew bundle
This commit is contained in:
parent
f462eb84dc
commit
b3026e2978
3 changed files with 1 additions and 15 deletions
|
|
@ -1,12 +0,0 @@
|
|||
|
||||
brew "python3"
|
||||
brew "pkg-config"
|
||||
brew "clang-format"
|
||||
brew "cmake"
|
||||
brew "ninja"
|
||||
brew "openssl"
|
||||
# brew "qt6"
|
||||
brew "nlohmann-json"
|
||||
brew "gstreamer"
|
||||
brew "qtkeychain"
|
||||
brew "pipx"
|
||||
|
|
@ -23,8 +23,6 @@ cmake -GNinja -S. -Bbuild \
|
|||
-DHUNTER_ROOT="../.hunter" \
|
||||
-DHUNTER_ENABLED=ON -DBUILD_SHARED_LIBS=OFF \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo -DHUNTER_CONFIGURATION_TYPES=RelWithDebInfo \
|
||||
-DUSE_BUNDLED_OPENSSL=ON \
|
||||
-DUSE_BUNDLED_KDSINGLEAPPLICATION=ON -DKDSingleApplication_STATIC=ON \
|
||||
-DQt6_DIR=${QT_BASEPATH}/lib/cmake \
|
||||
-DCI_BUILD=ON
|
||||
cmake --build build
|
||||
|
|
|
|||
|
|
@ -269,7 +269,7 @@ build-macos-as:
|
|||
image: ghcr.io/cirruslabs/macos-sequoia-xcode:16.1
|
||||
tags: [macos-tart]
|
||||
before_script:
|
||||
- brew bundle --file .ci/macos/Brewfile
|
||||
- brew install python3 pkg-config clang-format cmake ninja openssl gstreamer pipx
|
||||
- pipx install aqtinstall
|
||||
- pipx ensurepath
|
||||
- . ~/.zshrc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue