Skip to content

Commit

Permalink
Merge branch 'merge_master_freebsd' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuclaw committed Oct 16, 2022
2 parents 5009e59 + 0535e36 commit 7f82d3f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,30 +51,30 @@ macos_task:
<< : *COMMON_STEPS_TEMPLATE

# FreeBSD
freebsd12_task:
name: FreeBSD 12.2 x64
freebsd13_task:
name: FreeBSD 13.0 x64
freebsd_instance:
image_family: freebsd-12-2
image_family: freebsd-13-0
cpu: 4
memory: 8G
timeout_in: 60m
environment:
OS_NAME: freebsd
CI_DFLAGS: -version=TARGET_FREEBSD12
CI_DFLAGS: -version=TARGET_FREEBSD13
install_bash_and_git_script: pkg install -y bash git
<< : *COMMON_STEPS_TEMPLATE

freebsd11_task:
name: FreeBSD 11.4 x64
freebsd12_task:
name: FreeBSD 12.3 x64
freebsd_instance:
image_family: freebsd-11-4
image_family: freebsd-12-3
cpu: 4
memory: 8G
timeout_in: 60m
environment:
OS_NAME: freebsd
HOST_DMD: dmd-2.079.0
CI_DFLAGS: -version=TARGET_FREEBSD11
HOST_DMD: dmd-2.095.0
CI_DFLAGS: -version=TARGET_FREEBSD12
install_bash_and_git_script: |
sed -i '' -e 's|pkg.FreeBSD.org|mirrors.xtom.com/freebsd-pkg|' /etc/pkg/FreeBSD.conf
pkg install -y bash git
Expand Down

0 comments on commit 7f82d3f

Please sign in to comment.