aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/amd64_freebsd_cmake.yml
blob: 37c95d78eb4f41cead02d3ff272b276338693eb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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