summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/c-cpp-dev.yml19
-rw-r--r--.github/workflows/c-cpp.yml2
-rw-r--r--ReadMe.md1
3 files changed, 21 insertions, 1 deletions
diff --git a/.github/workflows/c-cpp-dev.yml b/.github/workflows/c-cpp-dev.yml
new file mode 100644
index 0000000..e2ba91f
--- /dev/null
+++ b/.github/workflows/c-cpp-dev.yml
@@ -0,0 +1,19 @@
+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
index 5bd4c24..d03c7df 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -1,4 +1,4 @@
-name: C/C++ CI
+name: C/C++ CI (Stable,Clang++)
on:
push:
diff --git a/ReadMe.md b/ReadMe.md
index bb4d4dc..0a3eb57 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -1,6 +1,7 @@
# NeBuild
![CI](https://github.com/nekernel-org/nebuild/actions/workflows/c-cpp.yml/badge.svg)
+![CI](https://github.com/nekernel-org/nebuild/actions/workflows/c-cpp-dev.yml/badge.svg)
[![License: GPL-3.0](https://img.shields.io/badge/license-BSD--3.0-blue.svg)](LICENSE)
## Requirements: