Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dudemanguy committed Oct 25, 2023
1 parent 7e0a8c5 commit a533b60
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,17 @@ jobs:
freebsd:
runs-on: ubuntu-latest # until https://github.com/actions/runner/issues/385
timeout-minutes: 30 # avoid any weirdness with the VM
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
REPO_URL: ${{ github.repositoryUrl }}
steps:
- uses: actions/checkout@v3
- name: Test in FreeBSD VM
uses: cross-platform-actions/[email protected]
with:
environment_variables: BRANCH_NAME REPO_URL
operating_system: freebsd
sync_files: runner-to-vm
sync_files: false
version: '13.2'
run: |
sudo pkg update
Expand Down Expand Up @@ -217,6 +221,8 @@ jobs:
v4l_compat \
vulkan-headers \
wayland-protocols
git clone --single-branch --branch ${BRANCH_NAME} ${REPO_URL}
cd mpv
./ci/build-freebsd.sh
meson test -C build
Expand Down

0 comments on commit a533b60

Please sign in to comment.