diff options
Diffstat (limited to '.github/workflows/kernel-build.yml')
| -rw-r--r-- | .github/workflows/kernel-build.yml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.github/workflows/kernel-build.yml b/.github/workflows/kernel-build.yml deleted file mode 100644 index 1bab6a2..0000000 --- a/.github/workflows/kernel-build.yml +++ /dev/null @@ -1,24 +0,0 @@ -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://github.com/ne-foss-org/kernel.git tmp/kernel && sudo ./tmp/kernel/scripts/setup_x64_project.sh -
\ No newline at end of file |
