From 6cec90b223fe01d1ecce0ca02ec759a368aee8cd Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 28 Mar 2018 15:57:44 -0400 Subject: [PATCH] more echos --- ci-build.cmd | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ci-build.cmd b/ci-build.cmd index 0c7da0cd50e..0cc5386dee9 100644 --- a/ci-build.cmd +++ b/ci-build.cmd @@ -7,11 +7,15 @@ SET DIST_SRC_DIR=%DIST_DIR%Source\ SET REPO_URL=https://github.com/%APPVEYOR_REPO_NAME%.git :: Do normal build -ECHO "Build dist" +ECHO +ECHO ## Build dist +ECHO CALL npm run dist :: Build sources for reviewers -ECHO "Build sources" +ECHO +ECHO ## Build sources +ECHO CALL git clone --branch=%APPVEYOR_REPO_BRANCH% %REPO_URL% %DIST_SRC_DIR% cd %DIST_SRC_DIR% CALL git checkout %APPVEYOR_REPO_COMMIT%