]> git.ozlabs.org Git - ppp.git/blob - .github/workflows/solaris.yaml
ci: Fix the Solaris build (#464)
[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@v3
10     - name: Build
11       uses: vmactions/solaris-vm@v1.0.0
12       with:
13         run: |
14           pkg update
15           pkg install gcc automake autoconf libtool
16           ./autogen.sh CFLAGS="-Wno-deprecated-declarations"
17           make
18           make install