mirror of
https://github.com/yaml/libyaml.git
synced 2026-01-26 19:19:02 +00:00
Add packaging/docker-dist to Makefile.am (#143)
This commit is contained in:
parent
bf52902899
commit
47bf3f086f
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@ run*
|
||||
stamp-h1
|
||||
test-*
|
||||
!config/config.h.in
|
||||
/packaging
|
||||
|
||||
12
Makefile.am
12
Makefile.am
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user