]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Create ccpp.yml
authorWayne Davison <wayne@opencoder.net>
Mon, 25 May 2020 21:43:25 +0000 (14:43 -0700)
committerGitHub <noreply@github.com>
Mon, 25 May 2020 21:43:25 +0000 (14:43 -0700)
.github/workflows/ccpp.yml [new file with mode: 0644]

diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
new file mode 100644 (file)
index 0000000..1577299
--- /dev/null
@@ -0,0 +1,23 @@
+name: C CI
+
+on:
+  push:
+    branches: [ master ]
+  pull_request:
+    branches: [ master ]
+
+jobs:
+  build:
+
+    runs-on: ubuntu-latest
+
+    steps:
+    - uses: actions/checkout@v2
+    - name: prepare-source
+      run: ./prepare-source
+    - name: configure
+      run: ./configure --with-included-popt --with-protected-args --with-included-zlib --enable-simd
+    - name: make
+      run: make
+    - name: make check
+      run: make check