Added .build.yml, a Sourcehut builds manifest.

Some current issues:
* Only creates pi4 images right now
* Can report bad images as complete (more a script issue really)
* Current builds are almost too large for unpatched Sourcehut. This is being played with.
This commit is contained in:
Derek Roberts 2021-03-15 17:37:05 -06:00
parent d505eb90d4
commit b8c986026c
1 changed files with 23 additions and 0 deletions

23
.build.yml Normal file
View File

@ -0,0 +1,23 @@
#shell: true
artifacts:
- /home/build/stormux/build/stormux-pi4.img.xz
image: archlinux
packages:
- arch-install-scripts
- curl
- dosfstools
- qemu-user-static-bin
- wget
- parted
sources:
- https://gitlab.com/stormux/stormux.git#testing
tasks:
- setup: |
sudo systemctl restart systemd-binfmt
cd stormux/build
sudo ./build-stormux.sh -n stormux-pi4.img
sync
sudo xz -9v stormux-pi4.img