summaryrefslogtreecommitdiff
path: root/.github/workflows/solaris.yaml
blob: 9ede782fe8928c7bf9f2d5c4263a212588356d83 (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-10.15
    steps:
    - name: Checkout PPP sources
      uses: actions/checkout@v2
    - name: Build
      uses: vmactions/solaris-vm@v0.0.4
      with:
        run: |
          pkg update
          pkg install gcc automake autoconf libtool
          ./autogen.sh CFLAGS="-Wno-deprecated-declarations"
          make
          make install