Skip to content

Commit

Permalink
Add packaging/docker-dist to Makefile.am (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk authored Apr 19, 2020
1 parent bf52902 commit 47bf3f0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ run*
stamp-h1
test-*
!config/config.h.in
/packaging
12 changes: 11 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 47bf3f0

Please sign in to comment.