]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
start continuous integration
authorKeith Busch <kbusch@kernel.org>
Fri, 26 Jun 2020 20:46:44 +0000 (14:46 -0600)
committerGitHub <noreply@github.com>
Fri, 26 Jun 2020 20:46:44 +0000 (14:46 -0600)
Help reduce compile breakage

.github/workflows/c-cpp.yml [new file with mode: 0644]

diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
new file mode 100644 (file)
index 0000000..23aa0bf
--- /dev/null
@@ -0,0 +1,17 @@
+name: C/C++ CI
+
+on:
+  push:
+    branches: [ master ]
+  pull_request:
+    branches: [ master ]
+
+jobs:
+  build:
+
+    runs-on: ubuntu-latest
+
+    steps:
+    - uses: actions/checkout@v2
+    - name: make
+      run: make