Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release 2022.02.3

Signed-off-by: Nuno Sá <[email protected]>
  • Loading branch information
nunojsa committed Jul 19, 2022
2 parents cd80536 + fb3c633 commit ff056d8
Show file tree
Hide file tree
Showing 6,359 changed files with 134,012 additions and 71,091 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
567 changes: 567 additions & 0 deletions .clang-format

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Configuration for Gitlab-CI.
# Builds appear on https://gitlab.com/buildroot.org/buildroot/pipelines

image: buildroot/base:20200814.2228
image: $CI_REGISTRY/buildroot.org/buildroot/base:20220206.1756

stages:
- generate-gitlab-ci
Expand All @@ -11,8 +11,11 @@ generate-gitlab-ci-yml:
stage: generate-gitlab-ci
script: ./support/scripts/generate-gitlab-ci-yml support/misc/gitlab-ci.yml.in > generated-gitlab-ci.yml
artifacts:
when: always
paths:
- generated-gitlab-ci.yml
- br-test-pkg/*/.config
- br-test-pkg/*/missing.config

buildroot-pipeline:
stage: build
Expand All @@ -21,3 +24,5 @@ buildroot-pipeline:
- artifact: generated-gitlab-ci.yml
job: generate-gitlab-ci-yml
strategy: depend
variables:
PARENT_PIPELINE_ID: $CI_PIPELINE_ID
Loading

0 comments on commit ff056d8

Please sign in to comment.