blob: a3500bd747754c9c2ba2a5ed0931b237c66c45ba [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:
Davide Pesavento269b7022023-02-12 16:14:56 -05005 - '*.conf.sample*'
Davide Pesavento183e1882024-04-09 15:56:32 -04006 - 'Dockerfile'
7 - '.dockerignore'
8 - 'docs/**'
9 - '.editorconfig'
10 - '.gitignore'
Davide Pesavento13dae352021-08-13 15:40:54 -040011 - '.mailmap'
Davide Pesavento183e1882024-04-09 15:56:32 -040012 - '*.md'
Davide Pesavento8f0028d2021-07-27 20:01:06 -040013 workflow_dispatch:
14
Davide Pesavento269b7022023-02-12 16:14:56 -050015permissions: {}
Davide Pesavento13dae352021-08-13 15:40:54 -040016
Davide Pesavento8f0028d2021-07-27 20:01:06 -040017jobs:
Davide Pesavento269b7022023-02-12 16:14:56 -050018 Ubuntu:
19 uses: named-data/actions/.github/workflows/jenkins-script-ubuntu.yml@v1
20 with:
21 submodules: true
22 macOS:
23 uses: named-data/actions/.github/workflows/jenkins-script-macos.yml@v1
24 with:
25 submodules: true