feat: add CI pipeline
Some checks failed
diya-opi-distrib / build (push) Failing after 3s

This commit is contained in:
DanyLE 2025-03-21 19:04:04 +01:00
parent e7040e2bdc
commit 18daf3ead2
2 changed files with 22 additions and 1 deletions

21
.gitea/workflows/ci.yml Normal file
View File

@ -0,0 +1,21 @@
name: diya-opi-distrib
run-name: Building diya-opi-distrib
on: [push]
jobs:
build:
runs-on: ci-yocto-jammy
volumes:
- /home/yocto-build/diya-opi-distrib:/build
timeout-minutes: 480
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Update submodule
run: git submodule update --init
- name: Building image and sdk
run: |
cd poky && source oe-init-build-env /build
cat conf/*.conf
bitbake core-image-base
bitbake core-image-base -c populate_sdk

@ -1 +1 @@
Subproject commit 4ec5c71110323d6690eab089ec242b690dc27e4d Subproject commit b333742f9f51d88fde0d81f5d9ce825296032717