summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/kernel-build.yml
blob: 9909b67526899de901a0eff20e2d0a1c8f6d1164 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: Ne.org Kernel Setup

on:
  push:
    branches: [ "develop" ]
  pull_request:
    branches: [ "develop" ]

env:
  BUILD_TYPE: KERNEL_BUILD

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v4
    - name: Attempt NeBuild
      run: sudo curl https://git.src.nekernel.org/nebuild/releases/download/v0.0.6-apple-m1/nebuild-debian -o /usr/bin/nebuild && sudo chmod +x /usr/bin/nebuild
    - name: Check NeBuild
      run: nebuild -v
    - name: Attempt Kernel Setup
      run: mkdir tmp && git clone https://git.src.nekernel.org/kernel tmp/kernel && sudo ./tmp/kernel/scripts/setup_x64_project.sh