Skip to content

.gitattributes to exclude .git* files from git-archive. (#539) #654

.gitattributes to exclude .git* files from git-archive. (#539)

.gitattributes to exclude .git* files from git-archive. (#539) #654

Workflow file for this run

name: Solaris
on: [push, pull_request]
jobs:
solaris:
runs-on: ubuntu-22.04
steps:
- name: Checkout PPP sources
uses: actions/checkout@v4
- name: Build
uses: vmactions/solaris-vm@v1.0.9
with:
release: "11.4-gcc"
run: |
./autogen.sh CFLAGS="-Wno-deprecated-declarations"
make
make install