1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-01 21:31:15 +02:00

ci: Add FreeBSD GitHub workflows (#167)

First step to fixing #158 : add a CI for FreeBSD.
This commit is contained in:
Mizux
2021-06-30 15:02:23 +02:00
committed by GitHub
parent 5492c4c561
commit 38213bd010
3 changed files with 125 additions and 0 deletions

22
.github/workflows/freebsd.yml vendored Normal file
View File

@ -0,0 +1,22 @@
name: FreeBSD
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
freebsd:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: vagrant version
run: Vagrant --version
- name: VirtualBox version
run: virtualbox -h
- name: Build
run: cd ci/vagrant/freebsd && vagrant up