]> git.ozlabs.org Git - ppp.git/blob - .github/workflows/solaris.yaml
pppd: Fix SIGSEGV in EAP-TLS code when TLS verify method is not specified
[ppp.git] / .github / workflows / solaris.yaml
1 name: Solaris
2 on: [push, pull_request]
3
4 jobs:
5   solaris:
6     runs-on: macos-latest
7     steps:
8     - name: Checkout PPP sources
9       uses: actions/checkout@v2
10     - name: Build
11       uses: vmactions/solaris-vm@v0.0.1
12       with:
13         run: |
14           pkg update
15           pkg install gcc
16           ./configure
17           make