Skip to content

Commit

Permalink
release_2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd committed Aug 28, 2023
1 parent 895dba3 commit b58d7de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
task:
freebsd_instance:
matrix:
image_family: freebsd-13-1
image_family: freebsd-14-0-snap
image_family: freebsd-13-2
# image_family: freebsd-14-0-snap
only_if: $CIRRUS_TAG !=~ '..*' # Prevent endless build loop from automatically created releases
env:
CIRRUS_CLONE_DEPTH: 1
GITHUB_TOKEN: ENCRYPTED[98d43ce2ae88c126c10a7a113aa7ff7cafec515c006d73e6b852aec4e9db7d49be5c6e17f0f2b40858fcc6a599411b2d]

Build_script:
- sed -i '' -e 's|quarterly|release_2|g' "${uzip}/etc/pkg/FreeBSD.conf"
- ASSUME_ALWAYS_YES=yes pkg bootstrap -f
- pkg install -y plasma5-kwin git cmake pkgconf kf5-kwindowsystem kf5-extra-cmake-modules kf5-kcoreaddons kf5-kguiaddons kf5-kconfigwidgets plasma5-kdecoration qt5-core qt5-x11extras qt5-widgets qt5-qmake qt5-buildtools qt5-linguisttools patchelf wget zip
- git clone https://github.com/helloSystem/BreezeEnhanced.git
Expand Down

0 comments on commit b58d7de

Please sign in to comment.