1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-29 07:53:37 +02:00
cpu_features/.github/workflows/amd64_freebsd_cmake.yml_disabled
tinyboxvk 3db721edf9
Bump actions/checkout to v4 (#371)
Signed-off-by: tinyboxvk <viruskiller@protonmail.com>
2024-11-12 14:08:10 +01:00

23 lines
573 B
Plaintext

name: amd64 FreeBSD CMake
on:
push:
pull_request:
schedule:
# min hours day(month) month day(week)
- cron: '0 0 7,22 * *'
jobs:
# Only MacOS hosted runner provides virtualisation with vagrant/virtualbox installed.
# see: https://github.com/actions/virtual-environments/tree/main/images/macos
make:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: vagrant version
run: Vagrant --version
- name: VirtualBox version
run: virtualbox -h
- name: Build
run: cd cmake/ci/vagrant/freebsd && vagrant up