Skip to content

Commit

Permalink
[build-snippets] Add circleci snippet
Browse files Browse the repository at this point in the history
Signed-off-by: Eugenio Paolantonio (g7) <[email protected]>
  • Loading branch information
g7 committed Oct 17, 2023
1 parent 0c58d6e commit 7d11be8
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2.1

setup: true

orbs:
continuation: circleci/[email protected]
droidian-buildd: droidian-releng/droidian-buildd-orb@volatile

jobs:
setup:
executor: continuation/default
resource_class: small
steps:
- droidian-buildd/checkout
- droidian-buildd/generate
- continuation/continue:
configuration_path: generated_config.yml

workflows:
setup:
jobs:
- setup:
filters:
tags:
only: /^droidian\/.*\/.*/

0 comments on commit 7d11be8

Please sign in to comment.