blob: 9aef6866c70294dc9646b3620e77ebf3cdbc8877 [file] [log] [blame]
Davide Pesaventoe8c82ef2021-07-28 02:38:51 -04001name: CI
2on:
3 push:
Davide Pesavento45c48f92024-06-16 19:07:35 -04004 branches:
5 - '**'
Davide Pesavento60d3e0e2024-01-28 16:08:25 -05006 paths-ignore:
Davide Pesaventocc02c362024-04-21 16:45:05 -04007 - 'Dockerfile'
8 - '.dockerignore'
9 - '.editorconfig'
10 - '.gitignore'
11 - '.mailmap'
Davide Pesavento60d3e0e2024-01-28 16:08:25 -050012 - 'manpages/**'
13 - '*.md'
Davide Pesaventoe8c82ef2021-07-28 02:38:51 -040014 workflow_dispatch:
15
Davide Pesaventoc2297b12023-02-08 13:22:22 -050016permissions: {}
Davide Pesaventoc4343232021-08-13 23:17:05 -040017
Davide Pesaventoe8c82ef2021-07-28 02:38:51 -040018jobs:
Davide Pesaventoc2297b12023-02-08 13:22:22 -050019 Ubuntu:
20 uses: named-data/actions/.github/workflows/jenkins-script-ubuntu.yml@v1
21 macOS:
22 uses: named-data/actions/.github/workflows/jenkins-script-macos.yml@v1
Davide Pesavento36b78ea2023-11-25 23:11:24 -050023 PPA:
24 uses: named-data/actions/.github/workflows/ppa.yml@v1
25 with:
26 extra-deps: libboost-program-options-dev libpcap-dev