mirror of
https://github.com/google/cpu_features.git
synced 2025-07-01 21:31:15 +02:00
Remove CI support for FreeBSD (#360)
* Remove CI support for FreeBSD
* Revert "Remove CI support for FreeBSD"
This reverts commit 22e78ebe19
.
* Disable workflow by renaming it
* Update badges in README.md
This commit is contained in:

committed by
GitHub

parent
a4890d1ba1
commit
685a6a1cca
22
.github/workflows/amd64_freebsd_cmake.yml_disabled
vendored
Normal file
22
.github/workflows/amd64_freebsd_cmake.yml_disabled
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
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@v2
|
||||
- name: vagrant version
|
||||
run: Vagrant --version
|
||||
- name: VirtualBox version
|
||||
run: virtualbox -h
|
||||
- name: Build
|
||||
run: cd cmake/ci/vagrant/freebsd && vagrant up
|
Reference in New Issue
Block a user