summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-08-31 10:00:28 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-08-31 10:00:43 +0200
commitc5b11d1eb494f786a337aef41eed64a0ba71f0a6 (patch)
treeb1cd9011795ee0d76c421564d8fdabbc6a63d56f /.github
parent9a45caab02bb1fa426dda0b1ed584a8cbb27d27d (diff)
CI: Deploying new CI system.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/c-cpp.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index c277991..fa05646 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -1,4 +1,4 @@
-name: C/C++ CI
+name: C/C++ CI (CompilerKit)
on:
push:
@@ -14,4 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Packages
- run: sudo apt update && sudo apt install build-essential \ No newline at end of file
+ run: sudo apt update && sudo apt install build-essential && git clone https://github.com/nekernel-org/necti.git && cd necti && make && cd .. && cd dev/CompilerKit && nebuild ck-posix.json
+
+