blob: c407cd1e09ee13c35384363d4a7099f32821d3cd [file] [log] [blame]
Davide Pesavento8f0028d2021-07-27 20:01:06 -04001name: CI
2on:
3 push:
Davide Pesavento13dae352021-08-13 15:40:54 -04004 paths-ignore:
5 - 'docs/**'
Davide Pesavento269b7022023-02-12 16:14:56 -05006 - '*.conf.sample*'
Davide Pesavento13dae352021-08-13 15:40:54 -04007 - '*.md'
8 - '.mailmap'
Davide Pesavento8f0028d2021-07-27 20:01:06 -04009 workflow_dispatch:
10
Davide Pesavento269b7022023-02-12 16:14:56 -050011permissions: {}
Davide Pesavento13dae352021-08-13 15:40:54 -040012
Davide Pesavento8f0028d2021-07-27 20:01:06 -040013jobs:
Davide Pesavento269b7022023-02-12 16:14:56 -050014 Ubuntu:
15 uses: named-data/actions/.github/workflows/jenkins-script-ubuntu.yml@v1
16 with:
17 submodules: true
18 macOS:
19 uses: named-data/actions/.github/workflows/jenkins-script-macos.yml@v1
20 with:
21 submodules: true