summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-26 23:37:14 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-26 23:37:14 -0500
commit8147bd7373f2ffd94a9c58d4d54c2645bd010d9b (patch)
tree5c0c0a6c30867abff796dc8d12c558c765501a9c /.github
parent7b6dce95ab798e6a011f1bc99917181b1d130ac6 (diff)
chore: new CI for NeCTI.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/necti-dev.yml8
-rw-r--r--.github/workflows/necti.yml7
2 files changed, 8 insertions, 7 deletions
diff --git a/.github/workflows/necti-dev.yml b/.github/workflows/necti-dev.yml
index a3dd77c..783d377 100644
--- a/.github/workflows/necti-dev.yml
+++ b/.github/workflows/necti-dev.yml
@@ -13,8 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- - name: Install Packages
- run: sudo apt update && sudo apt install build-essential && sudo apt install libboost-dev
-
-
+ - name: Build CI
+ run: sudo curl https://github.com/nekernel-org/nebuild/releases/download/v0.0.6-apple-m1/nebuild-debian -o /bin/nebuild && sudo chmod +x /bin/nebuild && sudo apt update && sudo apt install build-essential sudo apt update && sudo apt install build-essential && sudo apt install libboost-dev |
+ cd src/CompilerKit && nebuild ck-posix.json |
+ cd ../DebuggerKit && nebuild dk-posix.json
diff --git a/.github/workflows/necti.yml b/.github/workflows/necti.yml
index 1b91ad7..4533a3b 100644
--- a/.github/workflows/necti.yml
+++ b/.github/workflows/necti.yml
@@ -13,7 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- - name: Install Packages
- run: sudo apt update && sudo apt install build-essential
-
+ - name: Build CI
+ run: sudo curl https://github.com/nekernel-org/nebuild/releases/download/v0.0.6-apple-m1/nebuild-debian -o /bin/nebuild && sudo chmod +x /bin/nebuild && sudo apt update && sudo apt install build-essential sudo apt update && sudo apt install build-essential && sudo apt install libboost-dev |
+ cd src/CompilerKit && nebuild ck-posix.json |
+ cd ../DebuggerKit && nebuild dk-posix.json