summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/c-cpp.yml
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-03-25 22:11:57 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-03-25 22:11:57 +0100
commitab0d6deef7aa44fedb138980dbda27db15d682ad (patch)
tree27ff621cafd456bd1006173ab56af574e4027779 /.github/workflows/c-cpp.yml
parent676fd6964704ed1527e5b488c511311c9d70e84f (diff)
add: more CIs
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github/workflows/c-cpp.yml')
-rw-r--r--.github/workflows/c-cpp.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
deleted file mode 100644
index 4ab31f77..00000000
--- a/.github/workflows/c-cpp.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-name: C/C++ CI
-
-on:
- push:
- branches: [ "master" ]
- pull_request:
- branches: [ "master" ]
-
-jobs:
- build:
-
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v4
- - name: Install Packages
- run: sudo apt update && sudo apt install mingw-w64 qemu-utils nasm
- - name: Build NeKernel (Generic)
- run: ./setup_amd64.sh && cd dev/kernel && export ATA_PIO_SUPPORT=1 && make -f amd64-ci.make all
-