blob: e5cc01a0a1c181506536f8b684b4686d3c9f123e [file] [log] [blame]
Davide Pesavento30ed6282021-07-25 20:05:06 -04001name: CI
2on:
3 push:
Davide Pesavento01cea502021-07-31 19:25:42 -04004 paths-ignore:
5 - 'docs/**'
Davide Pesaventoa90b2cf2023-02-06 00:38:38 -05006 - '*.conf.sample'
Davide Pesavento01cea502021-07-31 19:25:42 -04007 - '*.md'
8 - '.mailmap'
Davide Pesavento30ed6282021-07-25 20:05:06 -04009 workflow_dispatch:
10
Davide Pesaventoa90b2cf2023-02-06 00:38:38 -050011permissions: {}
Davide Pesavento01cea502021-07-31 19:25:42 -040012
Davide Pesavento30ed6282021-07-25 20:05:06 -040013jobs:
Davide Pesaventoa90b2cf2023-02-06 00:38:38 -050014 Ubuntu:
15 uses: named-data/actions/.github/workflows/jenkins-script-ubuntu.yml@v1
16 macOS:
17 uses: named-data/actions/.github/workflows/jenkins-script-macos.yml@v1