From 5510f1b5604ae6ced0c159d85a1926f828389c7a Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 14 Apr 2018 10:21:43 -0400 Subject: [PATCH] update ci script --- ci-build.cmd | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ci-build.cmd b/ci-build.cmd index 8b9f0ca197..79a204e053 100644 --- a/ci-build.cmd +++ b/ci-build.cmd @@ -10,6 +10,12 @@ SET REPO_URL=https://github.com/%APPVEYOR_REPO_NAME%.git ECHO ## Build dist CALL npm run dist +ECHO ## Run test +CALL npm run test + +ECHO ## Package coverage report +CALL gulp ci + :: Build sources for reviewers ECHO ## Build sources CALL git clone --branch=%APPVEYOR_REPO_BRANCH% %REPO_URL% %DIST_SRC_DIR%