summaryrefslogtreecommitdiff
path: root/.github/workflows/solaris.yaml
blob: 32ef9094d55e6fa29e785fde5a71ff2546ae4feb (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
          ./configure
          make