1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +00:00

update ci script

This commit is contained in:
Kyle Spearrin
2018-04-14 10:21:43 -04:00
parent c07d2739dd
commit 5510f1b560

View File

@@ -10,6 +10,12 @@ SET REPO_URL=https://github.com/%APPVEYOR_REPO_NAME%.git
ECHO ## Build dist ECHO ## Build dist
CALL npm run dist CALL npm run dist
ECHO ## Run test
CALL npm run test
ECHO ## Package coverage report
CALL gulp ci
:: Build sources for reviewers :: Build sources for reviewers
ECHO ## Build sources ECHO ## Build sources
CALL git clone --branch=%APPVEYOR_REPO_BRANCH% %REPO_URL% %DIST_SRC_DIR% CALL git clone --branch=%APPVEYOR_REPO_BRANCH% %REPO_URL% %DIST_SRC_DIR%