Add packaging/docker-dist to Makefile.am (#143)

This commit is contained in:
Tina Müller (tinita) 2020-04-19 12:36:01 +02:00 committed by GitHub
parent bf52902899
commit 47bf3f086f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

1
.gitignore vendored
View File

@ -32,3 +32,4 @@ run*
stamp-h1
test-*
!config/config.h.in
/packaging

View File

@ -13,7 +13,7 @@ maintainer-clean-local:
-find ${builddir} -name Makefile.in -exec rm -f '{}' ';'
distclean-local:
rm -fr tests/run-test-suite
rm -fr tests/run-test-suite packaging
-git worktree prune
.PHONY: bootstrap
@ -34,3 +34,13 @@ tests/run-test-suite:
-git branch --track run-test-suite origin/run-test-suite
-git worktree prune
git worktree add $@ run-test-suite
packaging:
git branch --track $@ origin/$@
git worktree add --force $@ $@
docker-dist: packaging
make -C $</docker libyaml-dist
docker-test-pyyaml: packaging
make -C $</docker test-pyyaml