summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/c-cpp-dev.yml19
-rw-r--r--.github/workflows/c-cpp.yml19
2 files changed, 0 insertions, 38 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