From: Adrien RICCIARDI Date: Sun, 3 Jan 2021 22:57:37 +0000 (+0100) Subject: Solaris automated CI build. (#215) X-Git-Tag: ppp-2.4.9~8 X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;ds=sidebyside;h=0426f41d619b56ceb0e9b53d9e0affa6f1ea3afa;p=ppp.git Solaris automated CI build. (#215) * Started Solaris CI test. Retrieved PPP source code and started a Solaris virtual machine. Signed-off-by: RICCIARDI-Adrien * Added PPP build step to Solaris CI. Signed-off-by: RICCIARDI-Adrien --- diff --git a/.github/workflows/solaris.yaml b/.github/workflows/solaris.yaml new file mode 100644 index 0000000..32ef909 --- /dev/null +++ b/.github/workflows/solaris.yaml @@ -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