Skip to content

Commit

Permalink
CI: Remove FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Aug 2, 2023
1 parent 7aa7cdf commit 0f16fc2
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f16fc2

Please sign in to comment.