aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2020-05-09 23:07:21 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2020-05-09 23:07:21 +0200
commitb95213d6b123587351c039d7efebe73b7e72fd83 (patch)
tree1925a90b49de4820c9b8e77e42b2c86aab363be5
parent7c0c0e2d4db0d2ff90699e5fad007e9eb0ef7af2 (diff)
downloadblogc-b95213d6b123587351c039d7efebe73b7e72fd83.tar.gz
blogc-b95213d6b123587351c039d7efebe73b7e72fd83.tar.bz2
blogc-b95213d6b123587351c039d7efebe73b7e72fd83.zip
build: re-add dist-srpm target
-rw-r--r--.github/workflows/yatr.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/yatr.yaml b/.github/workflows/yatr.yaml
index 4857d07..d44b2f0 100644
--- a/.github/workflows/yatr.yaml
+++ b/.github/workflows/yatr.yaml
@@ -25,6 +25,9 @@ jobs:
- target: clang-analyzer
compiler: clang
image: ubuntu-18.04
+ - target: dist-srpm
+ compiler: gcc
+ image: ubuntu-18.04
- target: static
compiler: gcc
image: ubuntu-18.04