summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/necti-dev.yml (renamed from .github/workflows/c-cpp-dev.yml)6
-rw-r--r--.github/workflows/necti.yml (renamed from .github/workflows/c-cpp.yml)2
-rw-r--r--README.md4
3 files changed, 7 insertions, 5 deletions
diff --git a/.github/workflows/c-cpp-dev.yml b/.github/workflows/necti-dev.yml
index 0dad725..de50a30 100644
--- a/.github/workflows/c-cpp-dev.yml
+++ b/.github/workflows/necti-dev.yml
@@ -1,4 +1,4 @@
-name: C/C++ CI (CompilerKit)
+name: C/C++ CI (NeCTI Dev)
on:
push:
@@ -14,6 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Packages
- run: sudo apt update && sudo apt install build-essential
+ run: sudo apt update && sudo apt install build-essential && sudo apt install libboost-dev
+ - name: Build
+ run: cd dev/CompilerKit && nebuild ck-posix.json
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/necti.yml
index 231f0e7..1b91ad7 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/necti.yml
@@ -1,4 +1,4 @@
-name: C/C++ CI (CompilerKit)
+name: C/C++ CI (NeCTI)
on:
push:
diff --git a/README.md b/README.md
index 188167b..4b5e477 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
<br/>
![CI](https://github.com/amlel-el-mahrouss/cc/actions/workflows/c-cpp.yml/badge.svg)
-[![License: GPL-3.0](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](LICENSE)
+[![License: GPL-3.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE)
## Overview:
@@ -42,7 +42,7 @@ NeCTI is a modern, multi-platform compiler instractucture designed for modularit
```sh
git clone git@github.com:nekernel-org/necti.git
cd necti
-# Either build debugger or compiler libraries/tools using nebuild.
+# Either build the debugger or compiler libraries/tools using nebuild.
```
###### Copyright (C) 2024-2025 Amlal El Mahrouss & NeKernel.org Contributors, Licensed under Apache 2.0.