]> git.ozlabs.org Git - ppp.git/commitdiff
Solaris automated CI build. (#215)
authorAdrien RICCIARDI <RICCIARDI-Adrien@users.noreply.github.com>
Sun, 3 Jan 2021 22:57:37 +0000 (23:57 +0100)
committerGitHub <noreply@github.com>
Sun, 3 Jan 2021 22:57:37 +0000 (09:57 +1100)
* Started Solaris CI test. Retrieved PPP source code and started a Solaris virtual machine.

Signed-off-by: RICCIARDI-Adrien <adrien.ricciardi@hotmail.fr>
* Added PPP build step to Solaris CI.

Signed-off-by: RICCIARDI-Adrien <adrien.ricciardi@hotmail.fr>
.github/workflows/solaris.yaml [new file with mode: 0644]

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