]> git.ozlabs.org Git - ppp.git/blobdiff - .github/workflows/solaris.yaml
Solaris automated CI build. (#215)
[ppp.git] / .github / workflows / solaris.yaml
diff --git a/.github/workflows/solaris.yaml b/.github/workflows/solaris.yaml
new file mode 100644 (file)
index 0000000..32ef909
--- /dev/null
@@ -0,0 +1,17 @@
+name: Solaris
+on: [push, pull_request]
+
+jobs:
+  solaris:
+    runs-on: macos-latest
+    steps:
+    - name: Checkout PPP sources
+      uses: actions/checkout@v2
+    - name: Build
+      uses: vmactions/solaris-vm@v0.0.1
+      with:
+        run: |
+          pkg update
+          pkg install gcc
+          ./configure
+          make