Skip to content
Snippets Groups Projects
Commit b78246a7500f authored by Tina Müller (tinita)'s avatar Tina Müller (tinita)
Browse files

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

parent 09bfaeddf61a
No related branches found
No related tags found
No related merge requests found
......@@ -32,3 +32,4 @@
stamp-h1
test-*
!config/config.h.in
/packaging
......@@ -13,7 +13,7 @@
-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 @@
-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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment