Skip to content

build(deps): bump pygments from 2.14.0 to 2.15.0 in /bazel #306

build(deps): bump pygments from 2.14.0 to 2.15.0 in /bazel

build(deps): bump pygments from 2.14.0 to 2.15.0 in /bazel #306

name: amd64 FreeBSD CMake
on: [push, pull_request]
jobs:
# Only macos runner provide virtualisation with vagrant/virtualbox installed.
FreeBSD:
runs-on: macos-10.15
continue-on-error: ${{ matrix.allow_failure }}
strategy:
fail-fast: false
matrix:
distro: [freebsd]
lang: [cpp, python]
allow_failure: [false]
include:
- distro: freebsd
lang: java
allow_failure: true
- distro: freebsd
lang: dotnet
allow_failure: true
env:
DISTRO: ${{ matrix.distro }}
LANG: ${{ matrix.lang }}
steps:
- uses: actions/checkout@v3
- name: vagrant version
run: Vagrant --version
- name: VirtualBox version
run: virtualbox -h
- name: Build
run: make --directory=cmake ${DISTRO}_${LANG}