]> git.ozlabs.org Git - ppp.git/blob - solaris.yaml
32ef9094d55e6fa29e785fde5a71ff2546ae4feb
[ppp.git] / 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