blob: 4a625cac5a753745e1ef87d3e0d8cc27ff5f3bb5 [file] [log] [blame]
Davide Pesavento333e3eb2021-10-12 19:30:51 -04001name: CI
2on:
3 push:
Davide Pesavento34acd1d2024-07-21 13:45:02 -04004 branches:
5 - '**'
6 paths-ignore:
7 - '*.conf.sample*'
8 - '.editorconfig'
9 - '.gitignore'
10 - '.mailmap'
11 - '*.md'
Davide Pesavento333e3eb2021-10-12 19:30:51 -040012 workflow_dispatch:
13
Davide Pesavento0fa5eff2023-02-12 20:00:03 -050014permissions: {}
Davide Pesavento333e3eb2021-10-12 19:30:51 -040015
16jobs:
Davide Pesavento0fa5eff2023-02-12 20:00:03 -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 Pesaventoc49f5292023-11-25 22:48:02 -050021 PPA:
22 uses: named-data/actions/.github/workflows/ppa.yml@v1
23 with:
24 extra-deps: libboost-iostreams-dev libboost-program-options-dev