~comcloudway/motorola-doha-pmos

8ac8fea1aa74c5145e886c180b9cb12428b0d94c — Jakob Meier 9 months ago 87c444a main
Added basic tests
1 files changed, 53 insertions(+), 0 deletions(-)

A .build.yml
A .build.yml => .build.yml +53 -0
@@ 0,0 1,53 @@
---
image: alpine/edge
packages:
  - pmbootstrap
sources:
  - https://git.hut.ccw.icu/~comcloudway/motorola-doha-pmos
tasks:
  - initialize-pmbootstrap: |
      mkdir -p ~/.config
      mkdir -p $HOME/.local/var/pmbootstrap
      cat <<EOF | pmbootstrap init

      edge
      qemu
      aarch64
      edge
      user
      wpa_supplicant
      console
      n
      none

      doha
      n
      y
      y

      EOF
  - link-packages: |
      cd motorola-doha-pmos
      sh add-to-pmbootstrap.sh
  - configure-pmbootstrap: |
      cat <<EOF | pmbootstrap init

      edge
      motorola
      doha
      user
      wpa_supplicant
      console
      n
      none

      doha
      n
      y
      y

      EOF
  - check-kconfig: |
      pmbootstrap kconfig check linux-motorola-doha
  - build-kernel: |
      pmbootstrap build linux-motorola-doha