blob: 5ef1f7ba7d88209885d0361edfbcd44261d76692 [file] [log] [blame]
Davide Pesaventoe8c82ef2021-07-28 02:38:51 -04001name: CI
2on:
3 push:
Davide Pesavento60d3e0e2024-01-28 16:08:25 -05004 paths-ignore:
Davide Pesaventocc02c362024-04-21 16:45:05 -04005 - 'Dockerfile'
6 - '.dockerignore'
7 - '.editorconfig'
8 - '.gitignore'
9 - '.mailmap'
Davide Pesavento60d3e0e2024-01-28 16:08:25 -050010 - 'manpages/**'
11 - '*.md'
Davide Pesaventoe8c82ef2021-07-28 02:38:51 -040012 workflow_dispatch:
13
Davide Pesaventoc2297b12023-02-08 13:22:22 -050014permissions: {}
Davide Pesaventoc4343232021-08-13 23:17:05 -040015
Davide Pesaventoe8c82ef2021-07-28 02:38:51 -040016jobs:
Davide Pesaventoc2297b12023-02-08 13:22:22 -050017 Ubuntu:
18 uses: named-data/actions/.github/workflows/jenkins-script-ubuntu.yml@v1
19 macOS:
20 uses: named-data/actions/.github/workflows/jenkins-script-macos.yml@v1
Davide Pesavento36b78ea2023-11-25 23:11:24 -050021 PPA:
22 uses: named-data/actions/.github/workflows/ppa.yml@v1
23 with:
24 extra-deps: libboost-program-options-dev libpcap-dev