Skip to content

Commit

Permalink
Test BSD build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-jonsson committed Apr 22, 2024
1 parent 46c6e38 commit e9274bf
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/netbsd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: NetBSD

on:
push:
branches: [ "develop", "edge", "release" ]
pull_request:
branches: [ "develop" ]

workflow_dispatch:

jobs:
netbsd:
runs-on: ubuntu-latest
name: Build and test on NetBSD 10.0
env:
VXT_VERSION: 0.13.0
steps:
- uses: actions/checkout@v4
- name: Build & Test
id: netbsd
uses: vmactions/netbsd-vm@v1
with:
release: "10.0"
envs: VXT_VERSION
usesh: true
prepare: |
/usr/sbin/pkg_add SDL2 premake5 gmake
run: |
pwd
ls -lah
whoami
env

0 comments on commit e9274bf

Please sign in to comment.