diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-18 08:38:59 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-18 08:38:59 +0100 |
| commit | e2bb97abab728e8af5ee4a55cbf838e77c61dfb1 (patch) | |
| tree | 67a467f00496bbd544c00f8d0dfcc98fe4c230d2 /.github/workflows/c-cpp.yml | |
| parent | a3887b0695ffc83d2541d2ad8124e0d02f45ceae (diff) | |
feat: NeCTI CI and fixed README.md
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github/workflows/c-cpp.yml')
| -rw-r--r-- | .github/workflows/c-cpp.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml deleted file mode 100644 index 231f0e7..0000000 --- a/.github/workflows/c-cpp.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: C/C++ CI (CompilerKit) - -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 - - |
