aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2020-05-05 21:54:16 +0200
committerGilles Chehade <gilles@poolp.org>2020-05-05 21:54:16 +0200
commit462e85237f47e5a0b23409f0cd265bdae1bf1a73 (patch)
tree97f5ebedb3515aedb80b89f439b371a00be32325
parentadd Dockerfile for fedora (diff)
downloadOpenSMTPD-462e85237f47e5a0b23409f0cd265bdae1bf1a73.tar.xz
OpenSMTPD-462e85237f47e5a0b23409f0cd265bdae1bf1a73.zip
add fedora to CI
-rw-r--r--.github/workflows/fedora.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/workflows/fedora.yml b/.github/workflows/fedora.yml
new file mode 100644
index 00000000..a49807d2
--- /dev/null
+++ b/.github/workflows/fedora.yml
@@ -0,0 +1,15 @@
+name: Fedora (amd64 glibc openssl)
+on:
+ push:
+ branches:
+ - portable
+ pull_request:
+ branches:
+ - portable
+jobs:
+ build:
+ runs-on: fedora-latest
+ steps:
+ - uses: actions/checkout@v1
+ - name: Fedora (amd64 glibc openssl)
+ run: docker build . --file ci/docker/Dockerfile.fedora --tag opensmtpd:fedora