linux-pikaos-template/.github/workflows/build.yml

29 lines
638 B
YAML
Raw Normal View History

2023-02-22 16:23:11 +01:00
name: PikaOS Kernel Build Only
on:
workflow_dispatch
jobs:
build:
runs-on: self-hosted
container:
2023-06-10 23:31:08 +02:00
image: ubuntu:lunar
2023-02-22 16:23:11 +01:00
volumes:
- /proc:/proc
options: --privileged -it
steps:
- uses: actions/checkout@v3
- name: Install needed packages
2023-04-10 21:48:02 +02:00
run: apt update && apt install bc bison build-essential ccache cpio fakeroot flex git kmod libelf-dev libncurses5-dev libssl-dev debhelper lz4 qtbase5-dev rsync schedtool wget zstd tar -y
2023-02-22 16:23:11 +01:00
- name: Build Kernel
run: ./main.sh
- uses: actions/upload-artifact@v3
with:
name: PikaOS Kernel
2023-04-10 21:48:02 +02:00
path: output/