diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-20 12:40:49 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-20 12:40:49 +0100 |
| commit | 3e4fddccb143658c8267096acb5438b191a648c3 (patch) | |
| tree | ffdfac9a150d76a1de0c496e99c54f77c21d3584 | |
| parent | e1d5089d237a34c4977cdf5dfa65c9f58b351d11 (diff) | |
chore: ReadMe update for release prep.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | .github/workflows/c-cpp-dev.yml | 19 | ||||
| -rw-r--r-- | .github/workflows/c-cpp.yml | 19 | ||||
| -rw-r--r-- | README.md | 7 |
3 files changed, 4 insertions, 41 deletions
diff --git a/.github/workflows/c-cpp-dev.yml b/.github/workflows/c-cpp-dev.yml deleted file mode 100644 index e2ba91f..0000000 --- a/.github/workflows/c-cpp-dev.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: C/C++ CI (Develop,Clang++) - -on: - push: - branches: [ "develop" ] - pull_request: - branches: [ "develop" ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - name: Install Packages - run: sudo apt update && sudo apt install build-essential - - name: Build NeBuild - run: make build-nebuild
\ No newline at end of file diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml deleted file mode 100644 index d03c7df..0000000 --- a/.github/workflows/c-cpp.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: C/C++ CI (Stable,Clang++) - -on: - push: - branches: [ "stable" ] - pull_request: - branches: [ "stable" ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - name: Install Packages - run: sudo apt update && sudo apt install build-essential - - name: Build NeBuild - run: make build-nebuild
\ No newline at end of file @@ -1,8 +1,9 @@ -# NeBuild +# The NeBuild System. - [](LICENSE) +Fast and easy to use build system for low-level projects. + ## Requirements: - GNU C++ @@ -29,4 +30,4 @@ cmake -S . -B build cmake --build build ``` -###### Copyright (C) 2024-2025, Amlal El Mahrouss and NeKernel.org Authors, licensed under the BSD 3 Clause license. +###### Copyright (C) 2024-2026, Amlal El Mahrouss and NeKernel.org Authors, licensed under the BSD 3 Clause license. |
