aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ubuntu-gcc10.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ubuntu-gcc10.yml')
-rw-r--r--.github/workflows/ubuntu-gcc10.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/workflows/ubuntu-gcc10.yml b/.github/workflows/ubuntu-gcc10.yml
new file mode 100644
index 00000000..e593df39
--- /dev/null
+++ b/.github/workflows/ubuntu-gcc10.yml
@@ -0,0 +1,15 @@
+name: Ubuntu (amd64 glibc openssl gcc10)
+on:
+ push:
+ branches:
+ - master
+ pull_request:
+ branches:
+ - master
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v1
+ - name: Ubuntu (amd64 glibc openssl gcc10)
+ run: docker build . --file ci/docker/Dockerfile.ubuntu-gcc10 --tag opensmtpd:ubuntu-gcc10