Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ task:
GITHUB_TOKEN: ENCRYPTED[!805e0ec3f027150880429055bbe8c175ccb7894d5a62e10935f15c90557bfaff2a004d6184ca88cb00c690fedf7d6134!]
freebsd_instance:
matrix:
image_family: freebsd-14-2
#image_family: freebsd-15-0
image_family: freebsd-14-3
image_family: freebsd-13-5
image_family: freebsd-13-4
install_script: pkg install -y git meson ntp
submodules_script: git submodule update --init --recursive --progress
release_script: |
Expand All @@ -22,10 +22,11 @@ task:
meson install -C build
cd $CIRRUS_WORKING_DIR/output
tar cvfJ $CIRRUS_WORKING_DIR/"openSeaChest-$branchName-$(uname -s)-$(uname -r)-$(uname -m).tar.xz" *
$CIRRUS_WORKING_DIR/cirrus_ci_post_freebsd_release.sh
# Removing upload to use the VMActions freebsd build instead so we also get SLSA provenance.
# $CIRRUS_WORKING_DIR/cirrus_ci_post_freebsd_release.sh
binaries_artifacts:
path: openSeaChest-*.tar.xz


task:
name: windowsservercore:visualstudio2019
Expand Down
Loading
Loading