summaryrefslogtreecommitdiff
path: root/.makefile
diff options
context:
space:
mode:
authorTina Müller <cpan2@tinita.de>2020-05-29 23:07:16 +0200
committerIngy döt Net <ingy@ingy.net>2020-06-22 10:21:14 -0700
commitacd6f6f014c25e46363e718381e0b35205df2d83 (patch)
tree59c59fd0ed36780185320f9748ea3e6054887297 /.makefile
parent2c891fc7a770e8ba2fec34fc6b545c672beb37e6 (diff)
downloadlibyaml-git-acd6f6f014c25e46363e718381e0b35205df2d83.tar.gz
Add workflow for creating release tarballsrelease/test
Also minor cleanup of .github/workflows/main.yml
Diffstat (limited to '.makefile')
-rw-r--r--.makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.makefile b/.makefile
index 9d526a4..7d6e572 100644
--- a/.makefile
+++ b/.makefile
@@ -23,6 +23,8 @@ MAKE_TARGETS := \
all \
all-am \
all-recursive \
+ docker-build \
+ docker-dist \
install \
test \
test-all \