Skip to content

Extract weighted quantile cut fixes from #12129 (#12146) #5574

Extract weighted quantile cut fixes from #12129 (#12146)

Extract weighted quantile cut fixes from #12129 (#12146) #5574

Workflow file for this run

name: FreeBSD
on:
push:
branches:
- master
- 'release_*'
pull_request:
permissions:
contents: read # to fetch code (actions/checkout)
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 20
name: A job to run test in FreeBSD
steps:
- uses: actions/checkout@v6.0.2
with:
submodules: 'true'
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@v1.4.4
with:
usesh: true
prepare: |
pkg install -y cmake git ninja googletest bash
run: |
bash ops/pipeline/test-freebsd.sh