From e9274bfaef9c431a6333b5f1a7bc6fee91d2e231 Mon Sep 17 00:00:00 2001 From: Andreas T Jonsson Date: Mon, 22 Apr 2024 14:29:42 +0200 Subject: [PATCH] Test BSD build pipeline --- .github/workflows/netbsd.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/workflows/netbsd.yml diff --git a/.github/workflows/netbsd.yml b/.github/workflows/netbsd.yml new file mode 100644 index 00000000..8e1f4e4b --- /dev/null +++ b/.github/workflows/netbsd.yml @@ -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