summaryrefslogtreecommitdiff
path: root/.github/workflows/solaris.yaml
blob: 10178137861e623661c462b2eb07767b9cbaacd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 automake autoconf libtool
          ./autogen.sh CFLAGS="-Wno-deprecated-declarations"
          make