-
-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -765,30 +765,6 @@ jobs: | |
run: dput ppa:jonaski/strawberry ../*_source.changes | ||
|
||
|
||
build-freebsd: | ||
name: Build FreeBSD | ||
runs-on: macos-12 | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
- name: Build FreeBSD | ||
id: build-freebsd | ||
uses: vmactions/[email protected] | ||
with: | ||
usesh: true | ||
mem: 4096 | ||
prepare: pkg install -y git cmake pkgconf gettext-tools boost-libs glib qt6-base qt6-tools sqlite gstreamer1 gstreamer1-plugins chromaprint libebur128 protobuf protobuf-c taglib libcdio libmtp gdk-pixbuf2 libgpod fftw3 googletest iconv icu | ||
run: | | ||
git config --global --add safe.directory ${GITHUB_WORKSPACE} | ||
cmake -E make_directory build | ||
cmake -S . -B build -DCMAKE_BUILD_TYPE="Debug" | ||
cmake --build build --config Debug --parallel 4 | ||
cd .. | ||
rm -rf build | ||
build-macos-homebrew: | ||
name: Build macOS Homebrew | ||
runs-on: macos-11 | ||
|