install gulp and push artifacts

This commit is contained in:
Kyle Spearrin 2019-03-14 10:32:45 -04:00
parent 957290bb6c
commit 6796cb1561
1 changed files with 10 additions and 0 deletions

View File

@ -14,6 +14,7 @@ init:
SET REPO_URL=https://github.com/%APPVEYOR_REPO_NAME%.git
install:
- ps: npm install -g gulp
- ps: choco install cloc --no-progress
- ps: cloc --include-lang TypeScript,JavaScript,HTML,Sass,CSS --vcs git
@ -37,3 +38,12 @@ build_script:
DEL /S/Q "%DIST_SRC_DIR%.git\objects\pack\*"
CALL 7z a browser-source-%APPVEYOR_BUILD_NUMBER%.zip "%DIST_SRC_DIR%\*"
cd %APPVEYOR_BUILD_FOLDER%
artifacts:
- path: dist/dist-opera-%APPVEYOR_BUILD_NUMBER%.zip
- path: dist/dist-chrome-%APPVEYOR_BUILD_NUMBER%.zip
- path: dist/dist-firefox-%APPVEYOR_BUILD_NUMBER%.zip
- path: dist/dist-edge-%APPVEYOR_BUILD_NUMBER%.appx
- path: dist/dist-safari-%APPVEYOR_BUILD_NUMBER%.zip
- path: dist/browser-source-%APPVEYOR_BUILD_NUMBER%.zip
- path: coverage/coverage-%APPVEYOR_BUILD_NUMBER%.zip