diff options
| -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.md | 4 |
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: @@ -7,7 +7,7 @@ <br/>  -[](LICENSE) +[](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. |
