summaryrefslogtreecommitdiff
path: root/.github/workflows/solaris.yaml
blob: ab02e9666f13f816451ef285c78d676d76efb7fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: Solaris
on: [push, pull_request]

jobs:
  solaris:
    runs-on: macos-12
    steps:
    - name: Checkout PPP sources
      uses: actions/checkout@v2
    - name: Build
      uses: vmactions/solaris-vm@v0
      with:
        run: |
          pkg update
          pkg install gcc automake autoconf libtool
          ./autogen.sh CFLAGS="-Wno-deprecated-declarations"
          make
          make install