mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Test on more FreeBSD versions
Added 14.0-RELEASE Added 15-CURRENT Added 14-STABLE Added 13-STABLE 13.0-RELEASE will be updated when 13.3-RELEASE comes out.
This commit is contained in:
parent
dfb3260b97
commit
d284aad027
1 changed files with 16 additions and 3 deletions
19
.cirrus.yml
19
.cirrus.yml
|
|
@ -27,9 +27,22 @@ task:
|
|||
UNCOMMON_CONFIG:
|
||||
- env:
|
||||
UNCOMMON_CONFIG: --with-lg-page=16 --with-malloc-conf=tcache:false
|
||||
freebsd_instance:
|
||||
matrix:
|
||||
image: freebsd-13-0-release-amd64
|
||||
matrix:
|
||||
- name: 15-CURRENT
|
||||
freebsd_instance:
|
||||
image_family: freebsd-15-0-snap
|
||||
- name: 14-STABLE
|
||||
freebsd_instance:
|
||||
image_family: freebsd-14-0-snap
|
||||
- name: 14.0-RELEASE
|
||||
freebsd_instance:
|
||||
image_family: freebsd-14-0
|
||||
- name: 13-STABLE
|
||||
freebsd_instance:
|
||||
image_family: freebsd-13-2-snap
|
||||
- name: 13.0-RELEASE
|
||||
freebsd_instance:
|
||||
image_family: freebsd-13-0
|
||||
install_script:
|
||||
- sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf
|
||||
- pkg upgrade -y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue