1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

more echos

This commit is contained in:
Kyle Spearrin
2018-03-28 15:57:44 -04:00
parent 3acaa6e87a
commit 6cec90b223

View File

@@ -7,11 +7,15 @@ SET DIST_SRC_DIR=%DIST_DIR%Source\
SET REPO_URL=https://github.com/%APPVEYOR_REPO_NAME%.git SET REPO_URL=https://github.com/%APPVEYOR_REPO_NAME%.git
:: Do normal build :: Do normal build
ECHO "Build dist" ECHO
ECHO ## Build dist
ECHO
CALL npm run dist CALL npm run dist
:: Build sources for reviewers :: Build sources for reviewers
ECHO "Build sources" ECHO
ECHO ## Build sources
ECHO
CALL git clone --branch=%APPVEYOR_REPO_BRANCH% %REPO_URL% %DIST_SRC_DIR% CALL git clone --branch=%APPVEYOR_REPO_BRANCH% %REPO_URL% %DIST_SRC_DIR%
cd %DIST_SRC_DIR% cd %DIST_SRC_DIR%
CALL git checkout %APPVEYOR_REPO_COMMIT% CALL git checkout %APPVEYOR_REPO_COMMIT%