Skip to content

Commit

Permalink
Merge pull request #1991 from dscho/azure-pipelines-g4w
Browse files Browse the repository at this point in the history
Improve Azure Pipelines support
  • Loading branch information
dscho committed Jan 16, 2019
2 parents 4d3be1d + 3346fdc commit 9e107c9
Show file tree
Hide file tree
Showing 16 changed files with 343 additions and 174 deletions.
11 changes: 11 additions & 0 deletions Makefile
Expand Up @@ -757,6 +757,7 @@ TEST_BUILTINS_OBJS += test-submodule-config.o
TEST_BUILTINS_OBJS += test-submodule-nested-repo-config.o
TEST_BUILTINS_OBJS += test-subprocess.o
TEST_BUILTINS_OBJS += test-urlmatch-normalization.o
TEST_BUILTINS_OBJS += test-xml-encode.o
TEST_BUILTINS_OBJS += test-wildmatch.o
TEST_BUILTINS_OBJS += test-windows-named-pipe.o
TEST_BUILTINS_OBJS += test-write-cache.o
Expand Down Expand Up @@ -2957,6 +2958,16 @@ rpm::
@false
.PHONY: rpm

artifacts-tar:: $(ALL_PROGRAMS) $(SCRIPT_LIB) $(BUILT_INS) $(OTHER_PROGRAMS) \
GIT-BUILD-OPTIONS $(TEST_PROGRAMS) $(test_bindir_programs) \
$(NO_INSTALL) $(MOFILES)
$(QUIET_SUBDIR0)templates $(QUIET_SUBDIR1) \
SHELL_PATH='$(SHELL_PATH_SQ)' PERL_PATH='$(PERL_PATH_SQ)'
test -n "$(ARTIFACTS_DIRECTORY)"
mkdir -p "$(ARTIFACTS_DIRECTORY)"
$(TAR) czf "$(ARTIFACTS_DIRECTORY)/artifacts.tar.gz" $^ templates/blt/
.PHONY: artifacts-tar

htmldocs = git-htmldocs-$(GIT_VERSION)
manpages = git-manpages-$(GIT_VERSION)
.PHONY: dist-doc distclean
Expand Down

0 comments on commit 9e107c9

Please sign in to comment.