diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-20 05:28:32 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-20 05:28:32 +0100 |
| commit | 73a22c1855dc6c73d91f05236a3f59ad4413838a (patch) | |
| tree | bc1a221a7021ebdfc5718f424e0f528b1c31add9 /.github | |
| parent | 310eadb79f7b1a8bba8cf4f80fbcbfbbb78a3e26 (diff) | |
Add CI makefile.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/c-cpp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 2609e01f..f5e6b2e2 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -16,4 +16,4 @@ jobs: - name: Install Packages run: sudo apt install gcc-mingw-w64 - name: Build Repository - run: cd dev/Kernel && make -f amd64-desktop.make all && cd ../../ && cd dev/Boot && make -f amd64-desktop.make all + run: cd dev/Kernel && make -f amd64-ci.make all && cd ../../ && cd dev/Boot && make -f amd64-desktop.make all |
