cmake: Use CpuFeatures:: as TARGET namespace (Fix #333) #366
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |