mirror of
https://github.com/paulusmack/ppp.git
synced 2024-11-23 10:23:26 +08:00
0f6a7c95e1
The total execution decreased by about 20%, sometimes even more. Signed-off-by: RICCIARDI-Adrien <adrien.ricciardi@hotmail.fr>
18 lines
371 B
YAML
18 lines
371 B
YAML
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
|