From 5313300708b6d605bc54f50b54a0cd688fc5e4a2 Mon Sep 17 00:00:00 2001 From: Gustavo Garcia Date: Mon, 29 Aug 2022 22:15:18 +0200 Subject: [PATCH] Add solaris build workflow --- .github/workflows/solaris.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/solaris.yml diff --git a/.github/workflows/solaris.yml b/.github/workflows/solaris.yml new file mode 100644 index 00000000..6d092857 --- /dev/null +++ b/.github/workflows/solaris.yml @@ -0,0 +1,23 @@ +name: C/C++ CI + +on: + push: + branches: [ $default-branch ] + pull_request: + types: [ opened, reopened, synchronize ] + +jobs: + builds: + runs-on: macos-12 + steps: + - uses: actions/checkout@v3 + - name: Test in Solaris + id: test + uses: vmactions/solaris-vm@v0 + with: + usesh: true + prepare: | + pkgutil -y -i socat + run: | + ./configure + make