mirror of
https://github.com/google/cpu_features.git
synced 2025-07-03 14:13:18 +02:00
ci: Update Linux jobs to run inside a docker container.
This commit is contained in:

committed by
Mizux

parent
ccc3a51e4c
commit
1601db5335
22
.github/workflows/amd64_freebsd.yml
vendored
Normal file
22
.github/workflows/amd64_freebsd.yml
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
name: amd64 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-10.15
|
||||
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
|
Reference in New Issue
Block a user