]> git.ozlabs.org Git - ppp.git/blob - .github/workflows/solaris.yaml
pppd.8: Document netmask option
[ppp.git] / .github / workflows / solaris.yaml
1 name: Solaris
2 on: [push, pull_request]
3
4 jobs:
5   solaris:
6     runs-on: ubuntu-22.04
7     steps:
8     - name: Checkout PPP sources
9       uses: actions/checkout@v4
10     - name: Build
11       uses: vmactions/solaris-vm@v1.0.2
12       with:
13         release: "11.4-gcc"
14         run: |
15           ./autogen.sh CFLAGS="-Wno-deprecated-declarations"
16           make
17           make install