blob: e6dfbf7169fd2eab3d6dfa0202d3ed114faebd20 [file] [log] [blame]
Davide Pesavento8f0028d2021-07-27 20:01:06 -04001name: CI
2on:
3 push:
Davide Pesavento89c22ed2024-06-16 19:21:22 -04004 branches:
5 - '**'
Davide Pesavento13dae352021-08-13 15:40:54 -04006 paths-ignore:
Davide Pesavento269b7022023-02-12 16:14:56 -05007 - '*.conf.sample*'
Davide Pesavento183e1882024-04-09 15:56:32 -04008 - 'Dockerfile'
9 - '.dockerignore'
10 - 'docs/**'
11 - '.editorconfig'
12 - '.gitignore'
Davide Pesavento13dae352021-08-13 15:40:54 -040013 - '.mailmap'
Davide Pesavento183e1882024-04-09 15:56:32 -040014 - '*.md'
Davide Pesavento8f0028d2021-07-27 20:01:06 -040015 workflow_dispatch:
16
Davide Pesavento269b7022023-02-12 16:14:56 -050017permissions: {}
Davide Pesavento13dae352021-08-13 15:40:54 -040018
Davide Pesavento8f0028d2021-07-27 20:01:06 -040019jobs:
Davide Pesavento269b7022023-02-12 16:14:56 -050020 Ubuntu:
21 uses: named-data/actions/.github/workflows/jenkins-script-ubuntu.yml@v1
22 with:
23 submodules: true
24 macOS:
25 uses: named-data/actions/.github/workflows/jenkins-script-macos.yml@v1
26 with:
27 submodules: true