[monitoring-plugins] Create c-cpp.yml
rincewind
git at monitoring-plugins.org
Fri Jan 27 14:20:11 CET 2023
Module: monitoring-plugins
Branch: RincewindsHat-patch-1
Commit: 77dbbbb5f678e49eae3dd5759f0c48f007e5db12
Author: Lorenz <12514511+RincewindsHat at users.noreply.github.com>
Committer: rincewind <rincewind at lense.vulgrim.de>
Date: Tue Aug 23 18:45:12 2022 +0200
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=77dbbbb
Create c-cpp.yml
---
.github/workflows/c-cpp.yml | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
new file mode 100644
index 0000000..a383a52
--- /dev/null
+++ b/.github/workflows/c-cpp.yml
@@ -0,0 +1,23 @@
+name: C/C++ CI
+
+on:
+ push:
+ branches: [ "master" ]
+ pull_request:
+ branches: [ "master" ]
+
+jobs:
+ build:
+
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout at v3
+ - name: configure
+ run: ./configure
+ - name: make
+ run: make
+ - name: make check
+ run: make check
+ - name: make distcheck
+ run: make distcheck
More information about the Commits
mailing list